[Commits] (jeffrey) Got rid of //Schema/Core/Parcel namespace,
changed references to that namespace to core:Parcel/*whatever*.
commits at osafoundation.org
commits at osafoundation.org
Fri Jan 23 21:59:38 PST 2004
Commit by: jeffrey
Modified files:
osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml 1.24 1.25
Log message:
Got rid of //Schema/Core/Parcel namespace, changed references to that namespace to core:Parcel/*whatever*.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml.diff?r1=text&tr1=1.24&r2=text&tr2=1.25
Index: osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml
diff -u osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml:1.24 osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml:1.25
--- osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml:1.24 Sat Jan 17 18:29:01 2004
+++ osaf/chandler/Chandler/parcels/OSAF/contentmodel/parcel.xml Fri Jan 23 21:59:07 2004
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Parcel manifest for Pim Schema -->
-<!-- $Revision: 1.24 $ -->
-<!-- $Date: 2004/01/18 02:29:01 $ -->
+<!-- $Revision: 1.25 $ -->
+<!-- $Date: 2004/01/24 05:59:07 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
<core:Parcel describes="//parcels/OSAF/contentmodel"
itemName="contentmodel"
xmlns:core="//Schema/Core"
- xmlns:parcel="//Schema/Core/Parcel"
xmlns:notes="//parcels/OSAF/contentmodel/notes"
xmlns:contact="//parcels/OSAF/contentmodel/contacts"
xmlns="//parcels/OSAF/contentmodel"
@@ -90,8 +89,8 @@
<core:attributes itemref="projects"/>
<core:attributes itemref="groups"/>
<core:attributes itemref="contact:creator"/>
- <core:attributes itemref="parcel:createdOn"/>
- <core:attributes itemref="parcel:modifiedOn"/>
+ <core:attributes itemref="core:Parcel/createdOn"/>
+ <core:attributes itemref="core:Parcel/modifiedOn"/>
<core:attributes itemref="fyiLinks"/>
<core:attributes itemref="fyiLinkedToItems"/>
<core:attributes itemref="notes:attachedNotes"/>
More information about the Commits
mailing list