jon 2002/06/01 12:10:26
Modified: betwixt/src/test/org/apache/commons/betwixt/scarab
scarab-settings.xml
Log:
nest multiple in the plural form.
-jon
Revision Changes Path
1.7 +16 -14
jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/scarab/scarab-settings.xml
Index: scarab-settings.xml
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/betwixt/scarab/scarab-settings.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- scarab-settings.xml 1 Jun 2002 18:46:59 -0000 1.6
+++ scarab-settings.xml 1 Jun 2002 19:10:26 -0000 1.7
@@ -25,20 +25,22 @@
<format>yyyy-MM-dd HH:mm:ss</format>
<timestamp>2002-05-31 13:29:27.0</timestamp>
</created-date>
- <global-attribute-option>
- <name>Root</name>
- <deleted>false</deleted>
- <child-option>UI</child-option>
- <weight>1</weight>
- <preferred-order>1</preferred-order>
- </global-attribute-option>
- <global-attribute-option>
- <name>Root</name>
- <deleted>false</deleted>
- <child-option>Code</child-option>
- <weight>1</weight>
- <preferred-order>1</preferred-order>
- </global-attribute-option>
+ <global-attribute-options>
+ <global-attribute-option>
+ <name>Root</name>
+ <deleted>false</deleted>
+ <child-option>UI</child-option>
+ <weight>1</weight>
+ <preferred-order>1</preferred-order>
+ </global-attribute-option>
+ <global-attribute-option>
+ <name>Root</name>
+ <deleted>false</deleted>
+ <child-option>Code</child-option>
+ <weight>1</weight>
+ <preferred-order>1</preferred-order>
+ </global-attribute-option>
+ </global-attribute-options>
</global-attribute>
</global-attributes>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>