[Modeling-cvs] ProjectModeling/Modeling ChangeLog,1.4,1.5
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-30 17:11:54
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1000/Modeling Modified Files: ChangeLog Log Message: * 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. Index: ChangeLog =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChangeLog 30 Nov 2004 17:07:37 -0000 1.4 --- ChangeLog 30 Nov 2004 17:11:45 -0000 1.5 *************** *** 1,4 **** --- 1,11 ---- 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. + * Model.py (_loadModel): Added: now contains the code that was initially in loadModel(), and returns the model AND the detected |