[Commits] (twl) Give _queryString an initial value

commits at osafoundation.org commits at osafoundation.org
Mon Feb 28 18:04:03 PST 2005


Commit by: twl
Modified files:
chandler/repository/packs/schema/model/Query.kind 1.1 1.2

Log message:
Give _queryString an initial value


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/repository/packs/schema/model/Query.kind.diff?r1=text&tr1=1.1&r2=text&tr2=1.2

Index: chandler/repository/packs/schema/model/Query.kind
diff -u chandler/repository/packs/schema/model/Query.kind:1.1 chandler/repository/packs/schema/model/Query.kind:1.2
--- chandler/repository/packs/schema/model/Query.kind:1.1	Thu Jan 27 22:03:48 2005
+++ chandler/repository/packs/schema/model/Query.kind	Mon Feb 28 18:04:01 2005
@@ -34,6 +34,7 @@
 
     <ref name="type" type="path">//Schema/Core/String</ref>
     <attribute name="cardinality">single</attribute>
+    <attribute name="initialValue" type="str"/>
   </item>
 
   <item>



More information about the Commits mailing list