[Commits] (alecf) get rid of namespace tags from skeleton parcel too
commits at osafoundation.org
commits at osafoundation.org
Thu Apr 21 17:28:54 PDT 2005
Commit by: alecf
Modified files:
chandler/samples/skeleton/data/parcel.xml 1.1 1.2
chandler/samples/skeleton/blocks/parcel.xml 1.1 1.2
chandler/samples/skeleton/schema/parcel.xml 1.1 1.2
Log message:
get rid of namespace tags from skeleton parcel too
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/data/parcel.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/blocks/parcel.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
http://cvs.osafoundation.org/index.cgi/chandler/samples/skeleton/schema/parcel.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/samples/skeleton/data/parcel.xml
diff -u chandler/samples/skeleton/data/parcel.xml:1.1 chandler/samples/skeleton/data/parcel.xml:1.2
--- chandler/samples/skeleton/data/parcel.xml:1.1 Thu Mar 17 14:37:04 2005
+++ chandler/samples/skeleton/data/parcel.xml Thu Apr 21 17:28:52 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/blocks/parcel.xml
diff -u chandler/samples/skeleton/blocks/parcel.xml:1.1 chandler/samples/skeleton/blocks/parcel.xml:1.2
--- chandler/samples/skeleton/blocks/parcel.xml:1.1 Thu Mar 17 14:37:04 2005
+++ chandler/samples/skeleton/blocks/parcel.xml Thu Apr 21 17:28:53 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>
Index: chandler/samples/skeleton/schema/parcel.xml
diff -u chandler/samples/skeleton/schema/parcel.xml:1.1 chandler/samples/skeleton/schema/parcel.xml:1.2
--- chandler/samples/skeleton/schema/parcel.xml:1.1 Thu Mar 17 14:37:05 2005
+++ chandler/samples/skeleton/schema/parcel.xml Thu Apr 21 17:28:53 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"/>
More information about the Commits
mailing list