[Commits] (pavlov) adding sharingURL and sharingVersion to
contentitem
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 19 13:45:48 PDT 2004
Commit by: pavlov
Modified files:
chandler/parcels/osaf/contentmodel/parcel.xml 1.53 1.54
Log message:
adding sharingURL and sharingVersion to contentitem
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/parcel.xml.diff?r1=text&tr1=1.53&r2=text&tr2=1.54
Index: chandler/parcels/osaf/contentmodel/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/parcel.xml:1.53 chandler/parcels/osaf/contentmodel/parcel.xml:1.54
--- chandler/parcels/osaf/contentmodel/parcel.xml:1.53 Thu Aug 12 11:09:17 2004
+++ chandler/parcels/osaf/contentmodel/parcel.xml Thu Aug 19 13:45:47 2004
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Parcel manifest for Pim Schema -->
-<!-- $Revision: 1.53 $ -->
-<!-- $Date: 2004/08/12 18:09:17 $ -->
+<!-- $Revision: 1.54 $ -->
+<!-- $Date: 2004/08/19 20:45:47 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -85,6 +85,13 @@
<core:Attribute itsName="lastModified">
<core:type itemref="core:String"/>
</core:Attribute>
+ <core:Attribute itsName="sharedURL">
+ <core:type itemref="core:URL"/>
+ </core:Attribute>
+ <core:Attribute itsName="sharedVersion">
+ <core:type itemref="core:Long"/>
+ <core:initialValue type="core:Long">-1</core:initialValue>
+ </core:Attribute>
<core:classes key="python">osaf.contentmodel.ContentModel.ContentItem</core:classes>
More information about the Commits
mailing list