E&S CVS Commit: PEAK - Fixed some of the relative naming and package interdependency issues with

pje at eby-sarna.com pje at eby-sarna.com
Mon Feb 17 09:08:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Feb 17 14:07:35 UTC 2003

Modified Files:
	PEAK/src/peak: peak.ini
	PEAK/src/peak/model: mof2py.py

Log Message:
Fixed some of the relative naming and package interdependency issues with
MOF code generation.  Added two new output formats: "outline", which
generates a text outline of the MOF package structure, and "fileset",
which generates a list of '(filename,contents)' tuples that represent the
('/'-separated) filenames and their contents that would render the MOF
package as a Python package.  It's getting a lot closer to being useful,
but there's still a fair way to go.  Support for primitive types, and
relative links for 'referencedType' fields need to come next.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/PEAK/src/peak/model/mof2py.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 PEAK/src/peak/peak.ini
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/model/mof2py.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list