|
From: Scott S. <sco...@jb...> - 2006-07-06 06:17:13
|
User: starksm
Date: 06/07/06 02:17:10
Modified: src/resources/org/jboss/test/javabean/test
TestConfigure.xml
Log:
Add an upper case property to test JavaBean conventions
Revision Changes Path
1.2 +2 -0 microkernel/src/resources/org/jboss/test/javabean/test/TestConfigure.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TestConfigure.xml
===================================================================
RCS file: /cvsroot/jboss/microkernel/src/resources/org/jboss/test/javabean/test/TestConfigure.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- TestConfigure.xml 29 Jan 2006 16:16:06 -0000 1.1
+++ TestConfigure.xml 6 Jul 2006 06:17:10 -0000 1.2
@@ -21,4 +21,6 @@
<property name="adouble">3.14e12</property>
<property name="aNumber" class="java.lang.Long">12345</property>
<property name="overloadedProperty">StringValue</property>
+ <property name="XYZ">XYZ</property>
+ <property name="abc">abc</property>
</javabean>
|