[Commits] (morgen) Specified an 'default' alias for these clouds
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 3 09:58:59 PDT 2004
Commit by: morgen
Modified files:
chandler/parcels/osaf/contentmodel/calendar/parcel.xml 1.36 1.37
chandler/parcels/osaf/contentmodel/mail/parcel.xml 1.37 1.38
chandler/parcels/osaf/contentmodel/tasks/parcel.xml 1.26 1.27
Log message:
Specified an 'default' alias for these clouds
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/calendar/parcel.xml.diff?r1=text&tr1=1.36&r2=text&tr2=1.37
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/mail/parcel.xml.diff?r1=text&tr1=1.37&r2=text&tr2=1.38
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/tasks/parcel.xml.diff?r1=text&tr1=1.26&r2=text&tr2=1.27
Index: chandler/parcels/osaf/contentmodel/calendar/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/calendar/parcel.xml:1.36 chandler/parcels/osaf/contentmodel/calendar/parcel.xml:1.37
--- chandler/parcels/osaf/contentmodel/calendar/parcel.xml:1.36 Tue Aug 3 02:34:25 2004
+++ chandler/parcels/osaf/contentmodel/calendar/parcel.xml Tue Aug 3 09:58:57 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.36 $ -->
-<!-- $Date: 2004/08/03 09:34:25 $ -->
+<!-- $Revision: 1.37 $ -->
+<!-- $Date: 2004/08/03 16:58:57 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -154,7 +154,6 @@
</Attribute>
<Cloud itsName="Cloud">
- <kind itemref="cal:CalendarEventMixin"/>
<Endpoint itsName="attendees">
<attribute value="attendees"/>
<includePolicy value="byValue"/>
@@ -191,6 +190,7 @@
</Endpoint>
<endpoints itemref="cal:CalendarEventMixin/Cloud/participants"/>
</Cloud>
+ <clouds alias="default" itemref="cal:CalendarEventMixin/Cloud"/>
</Kind>
Index: chandler/parcels/osaf/contentmodel/mail/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.37 chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.38
--- chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.37 Tue Aug 3 02:34:26 2004
+++ chandler/parcels/osaf/contentmodel/mail/parcel.xml Tue Aug 3 09:58:57 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.37 $ -->
-<!-- $Date: 2004/08/03 09:34:26 $ -->
+<!-- $Revision: 1.38 $ -->
+<!-- $Date: 2004/08/03 16:58:57 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -400,7 +400,6 @@
<classes key="python">osaf.contentmodel.mail.Mail.MailMessageMixin</classes>
<Cloud itsName="Cloud">
- <kind itemref="mail:MailMessageMixin"/>
<Endpoint itsName="sentTo">
<attribute value="sentTo"/>
<includePolicy value="byValue"/>
@@ -443,8 +442,9 @@
</Endpoint>
<endpoints itemref="mail:MailMessageMixin/Cloud/downloadAccount"/>
-
</Cloud>
+ <clouds alias="default" itemref="mail:MailMessageMixin/Cloud"/>
+
<issues>Once we have attributes and a cloud defined for Attachment, we need to include
attachments by cloud, and not by value.</issues>
Index: chandler/parcels/osaf/contentmodel/tasks/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/tasks/parcel.xml:1.26 chandler/parcels/osaf/contentmodel/tasks/parcel.xml:1.27
--- chandler/parcels/osaf/contentmodel/tasks/parcel.xml:1.26 Tue Aug 3 02:34:27 2004
+++ chandler/parcels/osaf/contentmodel/tasks/parcel.xml Tue Aug 3 09:58:58 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
-<!-- $Date: 2004/08/03 09:34:27 $ -->
+<!-- $Revision: 1.27 $ -->
+<!-- $Date: 2004/08/03 16:58:58 $ -->
<!-- Copyright (c) 2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -124,7 +124,6 @@
<classes key="python">osaf.contentmodel.tasks.Task.TaskMixin</classes>
<Cloud itsName="Cloud">
- <kind itemref="tasks:TaskMixin"/>
<Endpoint itsName="requestor">
<attribute value="requestor"/>
<includePolicy value="byValue"/>
@@ -150,6 +149,7 @@
<endpoints itemref="tasks:TaskMixin/Cloud/preventsProgressOn"/>
</Cloud>
+ <clouds alias="default" itemref="tasks:TaskMixin/Cloud"/>
</Kind>
More information about the Commits
mailing list