[Commits] (alecf) re-check in stuff that wasn't breaking the tree -
resimplify skeleton sample
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 22 09:26:36 PDT 2005
Commit by: alecf
Modified files:
chandler/samples/skeleton/blocks/parcel.xml 1.3 1.4
chandler/samples/skeleton/data/parcel.xml 1.3 1.4
chandler/samples/skeleton/schema/parcel.xml 1.3 1.4
Log message:
re-check in stuff that wasn't breaking the tree - resimplify skeleton sample
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/blocks/parcel.xml.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/data/parcel.xml.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/schema/parcel.xml.diff?r1=text&tr1=1.3&r2=text&tr2=1.4
Index: chandler/samples/skeleton/data/parcel.xml
diff -u chandler/samples/skeleton/data/parcel.xml:1.3 chandler/samples/skeleton/data/parcel.xml:1.4
--- chandler/samples/skeleton/data/parcel.xml:1.3 Thu Apr 21 21:08:58 2005
+++ chandler/samples/skeleton/data/parcel.xml Fri Apr 22 09:26:34 2005
@@ -2,6 +2,5 @@
<Parcel xmlns="http://osafoundation.org/parcels/core">
- <namespace value="http://osafoundation.org/samples/skeleton/data"/>
</Parcel>
Index: chandler/samples/skeleton/schema/parcel.xml
diff -u chandler/samples/skeleton/schema/parcel.xml:1.3 chandler/samples/skeleton/schema/parcel.xml:1.4
--- chandler/samples/skeleton/schema/parcel.xml:1.3 Thu Apr 21 21:08:58 2005
+++ chandler/samples/skeleton/schema/parcel.xml Fri Apr 22 09:26:35 2005
@@ -2,10 +2,9 @@
<!-- the doc namespace refers to the current document -->
<Parcel xmlns="http://osafoundation.org/parcels/core"
- xmlns:doc="http://osafoundation.org/samples/skeleton/schema"
+ xmlns:doc="http://osafoundation.org/parcels/skeleton/schema"
xmlns:content="http://osafoundation.org/parcels/osaf/contentmodel">
- <namespace value="http://osafoundation.org/samples/skeleton/schema"/>
<displayName>Start Here Example</displayName>
<description>This is a skeleton parcel for writing schemas</description>
@@ -40,7 +39,6 @@
<cardinality>single</cardinality>
<type itemref="String"/>
</Attribute>
- <attributes itemref="doc:Kind1/attr2"/>
<!-- pulling in attributes from elsewhere in this file -->
<attributes itemref="doc:attr1"/>
Index: chandler/samples/skeleton/blocks/parcel.xml
diff -u chandler/samples/skeleton/blocks/parcel.xml:1.3 chandler/samples/skeleton/blocks/parcel.xml:1.4
--- chandler/samples/skeleton/blocks/parcel.xml:1.3 Thu Apr 21 21:08:57 2005
+++ chandler/samples/skeleton/blocks/parcel.xml Fri Apr 22 09:26:34 2005
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<Parcel xmlns="http://osafoundation.org/parcels/core">
+<core:Parcel
+ xmlns:core="http://osafoundation.org/parcels/core"
+ xmlns="http://osafoundation.org/parcels/osaf/framework/blocks">
- <namespace value="http://osafoundation.org/samples/skeleton/views"/>
-</Parcel>
+</core:Parcel>
More information about the Commits
mailing list