E&S CVS Commit: PEAK - Moved model.xmi -> storage.xmi, along with other "storage-ish" things.
pje at eby-sarna.com
pje at eby-sarna.com
Tue Nov 26 13:19:01 EST 2002
Module Name: PEAK
Committed By: pje
Date: Tue Nov 26 18:18:57 UTC 2002
Modified Files:
PEAK/src/peak/metamodels/uml: MetaModel.py
PEAK/src/peak/model: api.py
PEAK/src/peak/storage: api.py data_managers.py
Added Files:
PEAK/src/peak/storage: lazy_loader.py xmi.py
Removed Files:
PEAK/src/peak/model: xmi.py
Log Message:
Moved model.xmi -> storage.xmi, along with other "storage-ish" things.
'PersistentQuery', 'QueryLink', and 'LazyLoader' were also moved from
'peak.model' to 'peak.storage', since they don't have anything to do with
modelling, just the implementation for storing data according to a model.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/metamodels/uml/MetaModel.py.diff?r1=1.9&r2=1.10
http://cvs.eby-sarna.com/PEAK/src/peak/model/api.py.diff?r1=1.51&r2=1.52
http://cvs.eby-sarna.com/PEAK/src/peak/storage/api.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.5&r2=1.6
http://cvs.eby-sarna.com/PEAK/src/peak/storage/lazy_loader.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/PEAK/src/peak/storage/xmi.py?rev=1.1&content-type=text/vnd.viewcvs-markup
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 PEAK/src/peak/metamodels/uml/MetaModel.py
cvs rdiff -r1.51 -r1.52 PEAK/src/peak/model/api.py
cvs rdiff -r1.3 -r0 PEAK/src/peak/model/xmi.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/storage/api.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r0 -r1.1 PEAK/src/peak/storage/lazy_loader.py \
PEAK/src/peak/storage/xmi.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