[jboss-cvs] JBossAS SVN: r60305 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 5 13:32:04 EST 2007


Author: wolfc
Date: 2007-02-05 13:32:04 -0500 (Mon, 05 Feb 2007)
New Revision: 60305

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Fixed stateful packaging

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-05 17:57:53 UTC (rev 60304)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-05 18:32:04 UTC (rev 60305)
@@ -2202,8 +2202,7 @@
             <include name="org/jboss/ejb3/test/stateful/unit/*.class"/>
          </fileset>
          <fileset dir="${resources}/test/stateful">
-            <include name="META-INF/ejb-jar.xml"/>
-            <include name="META-INF/jboss.xml"/>
+            <include name="META-INF/*.xml"/>
          </fileset>
          <fileset dir="${resources}/test/stateful">
             <include name="*.xml"/>




More information about the jboss-cvs-commits mailing list