[Commits] (pavlov) making EmailAddress have a superkind of
ContentItem instead of just Item
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 19 13:47:39 PDT 2004
Commit by: pavlov
Modified files:
chandler/parcels/osaf/contentmodel/mail/parcel.xml 1.51 1.52
Log message:
making EmailAddress have a superkind of ContentItem instead of just Item
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/mail/parcel.xml.diff?r1=text&tr1=1.51&r2=text&tr2=1.52
Index: chandler/parcels/osaf/contentmodel/mail/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.51 chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.52
--- chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.51 Wed Aug 18 16:16:26 2004
+++ chandler/parcels/osaf/contentmodel/mail/parcel.xml Thu Aug 19 13:47:38 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.51 $ -->
-<!-- $Date: 2004/08/18 23:16:26 $ -->
+<!-- $Revision: 1.52 $ -->
+<!-- $Date: 2004/08/19 20:47:38 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -667,7 +667,7 @@
<Kind itsName="EmailAddress">
- <superKinds ref="Item" />
+ <superKinds ref="content:ContentItem" />
<displayName value="Email Address Kind" />
<classes key="python" value="osaf.contentmodel.mail.Mail.EmailAddress" />
<examples value="abe at osafoundation.org" />
More information about the Commits
mailing list