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