[jboss-cvs] JBossAS SVN: r109173 - in projects/ejb3/trunk/testsuite: src/test/java/org/jboss/ejb3/test and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 5 11:00:11 EDT 2010


Author: wolfc
Date: 2010-11-05 11:00:10 -0400 (Fri, 05 Nov 2010)
New Revision: 109173

Removed:
   projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/ejbthree832/
   projects/ejb3/trunk/testsuite/src/test/resources/test/ejbthree832/
Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
EJBTHREE-2194: removed ejbthree832 test

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2010-11-05 14:53:29 UTC (rev 109172)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2010-11-05 15:00:10 UTC (rev 109173)
@@ -2077,22 +2077,6 @@
       <build-simple-jar name="ejbthree786"/>
    </target>
    
-   <target name="ejbthree832"
-      description="Builds all jar files."
-      >
-
-      <mkdir dir="${build.lib}"/>
-
-      <jar jarfile="${build.lib}/ejbthree832.jar">
-         <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>
-      </jar>
-   </target>
-
    <target name="ejbthree921"
       description="Builds all jar files."
       >
@@ -4246,7 +4230,7 @@
    	  ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751,
       ejbthree785, 
       ejbthree786, 
-      ejbthree832, ejbthree921, ejbthree936,
+      ejbthree921, ejbthree936,
       ejbthree939,
       ejbthree953, ejbthree957, ejbthree959, ejbthree963, ejbthree967, ejbthree971, ejbthree973, ejbthree985, ejbthree986,
       ejbthree987,
@@ -4951,9 +4935,6 @@
          <param name="test" value="ejbthree786"/>
       </antcall>
       <antcall target="test" inheritRefs="true">
-         <param name="test" value="ejbthree832"/>
-      </antcall>
-      <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree936"/>
       </antcall>
       <antcall target="test" inheritRefs="true">



More information about the jboss-cvs-commits mailing list