[Commits] (alecf) 0.5 fix for bug 2252 - make 'who' just be a real
attribute for now
commits at osafoundation.org
commits at osafoundation.org
Thu Feb 17 13:03:45 PST 2005
Commit by: alecf
Modified files:
chandler/parcels/osaf/contentmodel/parcel.xml 1.93 1.94
Log message:
0.5 fix for bug 2252 - make 'who' just be a real attribute for now
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/parcel.xml.diff?r1=text&tr1=1.93&r2=text&tr2=1.94
Index: chandler/parcels/osaf/contentmodel/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/parcel.xml:1.93 chandler/parcels/osaf/contentmodel/parcel.xml:1.94
--- chandler/parcels/osaf/contentmodel/parcel.xml:1.93 Tue Feb 15 22:39:11 2005
+++ chandler/parcels/osaf/contentmodel/parcel.xml Thu Feb 17 13:03:44 2005
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Parcel manifest for Pim Schema -->
-<!-- $Revision: 1.93 $ -->
-<!-- $Date: 2005/02/16 06:39:11 $ -->
+<!-- $Revision: 1.94 $ -->
+<!-- $Date: 2005/02/17 21:03:44 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -190,11 +190,15 @@
<superKinds itemref="cm:ContentItem"/>
<classes key="python">osaf.contentmodel.Notes.Note</classes>
- <!-- redirections -->
+ <!-- temporarily make this a real attribute instead of a redirection,
+ because we want don't want to redirect this anywhere -->
<Attribute itsName="who">
- <redirectTo>creator</redirectTo>
+ <cardinality value="single"/>
+ <type itemref="String"/>
+ <initialValue value=""/>
</Attribute>
+ <!-- redirections -->
<Attribute itsName="about">
<redirectTo>displayName</redirectTo>
</Attribute>
More information about the Commits
mailing list