[jboss-cvs] JBossAS SVN: r63197 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 24 07:03:05 EDT 2007


Author: wolfc
Date: 2007-05-24 07:03:05 -0400 (Thu, 24 May 2007)
New Revision: 63197

Modified:
   trunk/ejb3/build-test.xml
Log:
EJBTHREE-973: unit test build-test.xml

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-05-24 10:57:30 UTC (rev 63196)
+++ trunk/ejb3/build-test.xml	2007-05-24 11:03:05 UTC (rev 63197)
@@ -2001,6 +2001,13 @@
       <build-simple-jar name="ejbthree971"/>
    </target>
    
+   <target name="ejbthree973"
+      description="Builds a simple jar files."
+      depends="compile-classes">
+      
+      <build-simple-jar name="ejbthree973"/>
+   </target>
+   
    <target name="jaxws"
       description="Builds a simple jar."
       depends="compile-classes">
@@ -3319,7 +3326,7 @@
    <target name="jars" depends="appclient, tck5sec, invalidtxmdb, descriptortypo, libdeployment, homeinterface, timestampentity, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440, 
       ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree921, ejbthree936, ejbthree939,
-      ejbthree953, ejbthree957, ejbthree959, ejbthree963, ejbthree967, ejbthree971,
+      ejbthree953, ejbthree957, ejbthree959, ejbthree963, ejbthree967, ejbthree971, ejbthree973,
       aspectdomain, ejbcontext, schema, mail, scopedclassloader, dependency, 
       securitydomain, enventry, 
       jms/managed, naming, bmt, jca/inflowmdb, pool, jms, security, reference21_30, factory, dd/web, txexceptions, 
@@ -4180,6 +4187,9 @@
       <antcall target="test" inheritRefs="true">
          <param name="test" value="ejbthree971"/>
       </antcall>
+      <antcall target="test" inheritRefs="true">
+         <param name="test" value="ejbthree973"/>
+      </antcall>
    </target>
 
    <target name="entity-tests" depends="init" description="Execute all tests">




More information about the jboss-cvs-commits mailing list