[Commits] (pavlov) need to keep track of the origial uuid as well..
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 23 17:22:25 PDT 2004
Commit by: pavlov
Modified files:
chandler/parcels/osaf/contentmodel/parcel.xml 1.55 1.56
Log message:
need to keep track of the origial uuid as well..
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/parcel.xml.diff?r1=text&tr1=1.55&r2=text&tr2=1.56
Index: chandler/parcels/osaf/contentmodel/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/parcel.xml:1.55 chandler/parcels/osaf/contentmodel/parcel.xml:1.56
--- chandler/parcels/osaf/contentmodel/parcel.xml:1.55 Fri Aug 20 09:44:51 2004
+++ chandler/parcels/osaf/contentmodel/parcel.xml Mon Aug 23 17:22:24 2004
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Parcel manifest for Pim Schema -->
-<!-- $Revision: 1.55 $ -->
-<!-- $Date: 2004/08/20 16:44:51 $ -->
+<!-- $Revision: 1.56 $ -->
+<!-- $Date: 2004/08/24 00:22:24 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -88,6 +88,9 @@
<core:Attribute itsName="sharedURL">
<core:type itemref="core:URL"/>
</core:Attribute>
+ <core:Attribute itsName="sharedUUID">
+ <core:type itemref="core:UUID"/>
+ </core:Attribute>
<core:Attribute itsName="sharedVersion">
<core:type itemref="core:Long"/>
<core:initialValue type="core:Long">-1</core:initialValue>
More information about the Commits
mailing list