[Commits] (morgen) Replaced defaultValue with initialValue
commits at osafoundation.org
commits at osafoundation.org
Mon Jul 19 16:25:15 PDT 2004
Commit by: morgen
Modified files:
chandler/application/tests/testparcels/collections/parcel.xml 1.1 1.2
Log message:
Replaced defaultValue with initialValue
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/application/tests/testparcels/collections/parcel.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/application/tests/testparcels/collections/parcel.xml
diff -u chandler/application/tests/testparcels/collections/parcel.xml:1.1 chandler/application/tests/testparcels/collections/parcel.xml:1.2
--- chandler/application/tests/testparcels/collections/parcel.xml:1.1 Mon Jun 21 17:48:28 2004
+++ chandler/application/tests/testparcels/collections/parcel.xml Mon Jul 19 16:25:14 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- $Date: 2004/06/22 00:48:28 $ -->
+<!-- $Revision: 1.2 $ -->
+<!-- $Date: 2004/07/19 23:25:14 $ -->
<!-- Copyright (c) 2003 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -21,7 +21,7 @@
<type itemref="coll:Block"/>
<cardinality>single</cardinality>
<inverseAttribute itemref="coll:childrenBlocks"/>
- <defaultValue itemref="None"/>
+ <initialValue itemref="None"/>
</Attribute>
<Attribute itemName="childrenBlocks">
More information about the Commits
mailing list