[Commits] (capps) removed AppSchema + bogus preferences code
commits at osafoundation.org
commits at osafoundation.org
Tue Feb 3 20:03:07 PST 2004
Commit by: capps
Modified files:
osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml 1.7 1.8
osaf/chandler/Chandler/parcels/OSAF/framework/AppSchema.py 1.2 None
osaf/chandler/Chandler/parcels/OSAF/framework/Preferences.py 1.1 None
Log message:
removed AppSchema + bogus preferences code
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml.diff?r1=text&tr1=1.7&r2=text&tr2=1.8
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/framework/AppSchema.py.diff?r1=text&tr1=1.2&r2=text&tr2=None
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/parcels/OSAF/framework/Preferences.py.diff?r1=text&tr1=1.1&r2=text&tr2=None
Index: osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml
diff -u osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml:1.7 osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml:1.8
--- osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml:1.7 Fri Jan 23 17:32:17 2004
+++ osaf/chandler/Chandler/parcels/OSAF/framework/parcel.xml Tue Feb 3 20:02:36 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
-<!-- $Date: 2004/01/24 01:32:17 $ -->
+<!-- $Revision: 1.8 $ -->
+<!-- $Date: 2004/02/04 04:02:36 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -9,26 +9,12 @@
itemName="framework"
xmlns="//Schema/Core"
xmlns:app="//parcels/OSAF/framework"
- itemClass="OSAF.framework.AppSchema.AppSchema"
xmlns:events="//parcels/OSAF/framework/notifications/schema">
<displayName>Application Schema</displayName>
<description>Schemas used by the Chandler Application</description>
<version>0.3</version>
<author>Open Source Applications Foundation</author>
-
- <Kind itemName="Preferences">
- <displayName>Preferences</displayName>
- <description>The user's preferences for Chandler.</description>
- <attributes itemref="app:Preferences/startView"/>
- <classes key="python">OSAF.framework.Preferences.Preferences</classes>
-
- <Attribute itemName="startView">
- <displayName>Start View</displayName>
- <description>The top level, starting view for Chandler.</description>
- <type itemref="UUID"/>
- </Attribute>
- </Kind>
<events:Event itemName="item_added"/>
<events:Event itemName="item_deleted"/>
More information about the Commits
mailing list