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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 26 05:58:45 EST 2007


Author: wolfc
Date: 2007-02-26 05:58:44 -0500 (Mon, 26 Feb 2007)
New Revision: 60903

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
EJBTHREE-832: modified build-test.xml

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-26 10:27:53 UTC (rev 60902)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-26 10:58:44 UTC (rev 60903)
@@ -1749,12 +1749,10 @@
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/ejbthree832/*.class"/>
          </fileset>
-         <fileset dir="${resources}/test/ejbthree832">
-            <include name="META-INF/persistence.xml"/>
-         </fileset>
+         <fileset dir="${resources}/test/ejbthree832"/>
       </jar>
    </target>
-   
+
    <target name="jaxws"
       description="Builds a simple jar."
       depends="compile-classes">




More information about the jboss-cvs-commits mailing list