[jboss-cvs] JBossAS SVN: r65284 - in trunk/ejb3: src/test/org/jboss/ejb3/test/ejbthree958 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 04:07:35 EDT 2007


Author: ALRubinger
Date: 2007-09-11 04:07:35 -0400 (Tue, 11 Sep 2007)
New Revision: 65284

Removed:
   trunk/ejb3/src/test/org/jboss/ejb3/test/ejbthree958/unit/
Modified:
   trunk/ejb3/build-test.xml
Log:
Removed unused test directory, removed test compilation in build

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-09-11 08:05:05 UTC (rev 65283)
+++ trunk/ejb3/build-test.xml	2007-09-11 08:07:35 UTC (rev 65284)
@@ -2031,21 +2031,7 @@
          </fileset>
       </copy>
    </target>
-	
-   <target name="ejbthree958"
-      description="Builds a simple jar files."
-      depends="compile-classes">
-      
-      <mkdir dir="${build.lib}"/>
 
-      <jar jarfile="${build.lib}/ejbthree958.jar">
-         <fileset dir="${build.classes}">
-            <include name="org/jboss/ejb3/test/ejbthree958/*.class"/>
-         </fileset>
-         <fileset dir="${resources}/test/ejbthree958" includes="META-INF/*"/>
-      </jar>
-   </target>
-
    <target name="ejbthree959"
       description="Builds a simple jar files."
       depends="compile-classes">
@@ -3653,7 +3639,7 @@
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440,
       ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree832, ejbthree921, ejbthree936,
       ejbthree939,
-      ejbthree953, ejbthree957, ejbthree958, ejbthree959, ejbthree963, ejbthree967, ejbthree971, ejbthree973, ejbthree985, ejbthree986,
+      ejbthree953, ejbthree957, ejbthree959, ejbthree963, ejbthree967, ejbthree971, ejbthree973, ejbthree985, ejbthree986,
       ejbthree989, ejbthree1020, ejbthree1023, ejbthree1025, ejbthree1040,
       jaxws,
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency,
@@ -4551,9 +4537,6 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree957"/>
       </antcall>
-      <antcall target="test" inheritRefs="true">
-         <param name="test" value="ejbthree958"/>
-      </antcall>
    	  <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree959"/>
       </antcall>




More information about the jboss-cvs-commits mailing list