[jboss-cvs] JBossAS SVN: r60158 - projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 1 08:29:30 EST 2007


Author: alesj
Date: 2007-02-01 08:29:30 -0500 (Thu, 01 Feb 2007)
New Revision: 60158

Modified:
   projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml
Log:
removing value element

Modified: projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml
===================================================================
--- projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml	2007-02-01 11:06:42 UTC (rev 60157)
+++ projects/microcontainer/trunk/spring-int/src/resources/xml-test/org/jboss/test/spring/test/InstantiateMixed2TestCase.xml	2007-02-01 13:29:30 UTC (rev 60158)
@@ -7,7 +7,7 @@
    </bean>
 
    <bean xmlns="urn:jboss:bean-deployer:2.0" name="oldBean" class="org.jboss.test.spring.support.OldBean">
-      <property name="javaBeanString"><value>JavaBean</value></property>
+      <property name="javaBeanString">JavaBean</property>
    </bean>
 
 </beans>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list