[Modeling-cvs] ProjectModeling CHANGES,1.63,1.64
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-30 17:14:34
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2174 Modified Files: CHANGES Log Message: Script mdl_generate_python_code.py now detects whether it is called with an xml- or a py-model and, in case it is called w/ a pymodel, it copies it into the generated module (it was previously only generating the files for the xml-model, no matter how it was called) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** CHANGES 29 Nov 2004 17:08:42 -0000 1.63 --- CHANGES 30 Nov 2004 17:14:25 -0000 1.64 *************** *** 17,22 **** 2. the requirements the framework imposes on python modules and classes. ! * Script mdl_generate_python_code.py does not create the empty files ! TODO.txt, README.txt, VERSION.txt, INSTALL.txt, DEPEDENCIES.txt anymore * Fixed bug #1032577: undetected syntax errors in qualifier strings. Thanks --- 17,29 ---- 2. the requirements the framework imposes on python modules and classes. ! * Script mdl_generate_python_code.py ! ! - does not create the empty files TODO.txt, README.txt, VERSION.txt, ! INSTALL.txt, DEPEDENCIES.txt anymore ! ! - now detects whether it is called with an xml- or a py-model and, in case ! it is called w/ a pymodel, it copies it into the generated module ! (it was previously only generating the files for the xml-model, no ! matter how it was called) * Fixed bug #1032577: undetected syntax errors in qualifier strings. Thanks |