[Modeling-cvs] ProjectModeling/Modeling ChangeLog,1.5,1.6
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-30 17:24:32
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9065/Modeling Modified Files: ChangeLog Log Message: Updated Index: ChangeLog =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ChangeLog 30 Nov 2004 17:11:45 -0000 1.5 --- ChangeLog 30 Nov 2004 17:24:23 -0000 1.6 *************** *** 1,8 **** 2004-11-30 Sebastien Bigaret <sbi...@us...> ! * ModelMasons/PyModelMason.py (PyModelMason.build): added ! parameter 'pymodel_path', that should be equal to the full path of ! the file containing the PyModel from which 'model' was built, or ! None otherwise. If supplied, the method copies the original pymodel into the generated package, otherwise it generates the xml files from the 'model' as usual. --- 1,13 ---- 2004-11-30 Sebastien Bigaret <sbi...@us...> ! * scripts/mdl_generate_python_code.py (main,build_python_code): ! (v1.9) now detects whether it is called with a pymodel or an ! xmlmodel, and supplied the information to PyModelMason.__init__() ! ! * ModelMasons/PyModelMason.py ! (PyModelMason.__init__,PyModelMason.build): added parameter ! 'pymodel_path', that should be equal to the full path of the file ! containing the PyModel from which 'model' was built, or None ! otherwise. If supplied, the method build() copies the original pymodel into the generated package, otherwise it generates the xml files from the 'model' as usual. |