[Modeling-cvs] ProjectModeling CHANGES,1.62,1.63
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-29 17:08:53
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2881 Modified Files: CHANGES Log Message: Documentation: added full documentation concerning: 1. the static generation, or the dynamic building of python package and modules from a model, 2. the requirements the framework imposes on python modules and classes. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** CHANGES 29 Nov 2004 16:47:50 -0000 1.62 --- CHANGES 29 Nov 2004 17:08:42 -0000 1.63 *************** *** 10,13 **** --- 10,20 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Documentation: added full documentation concerning: + + 1. the static generation, or the dynamic building of python package and + modules from a model, + + 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 |