[jboss-cvs] JBossAS SVN: r66798 - in branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3: src/test/org/jboss/ejb3/test and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 6 16:51:48 EST 2007


Author: bdecoste
Date: 2007-11-06 16:51:48 -0500 (Tue, 06 Nov 2007)
New Revision: 66798

Removed:
   branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3/src/test/org/jboss/ejb3/test/timestampentity/
Modified:
   branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3/build-test.xml
Log:
[JBAS-4938] removed proprietary code

Modified: branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3/build-test.xml	2007-11-06 20:48:59 UTC (rev 66797)
+++ branches/JBPAPP_4_2_0_GA_CP01_JBPAPP-364/ejb3/build-test.xml	2007-11-06 21:51:48 UTC (rev 66798)
@@ -2233,23 +2233,6 @@
       </jar>
    </target>
    
-    <target name="timestampentity"
-      description="Builds all jar files."
-      depends="compile-classes">
-
-      <mkdir dir="${build.lib}"/>
-
-      <jar jarfile="${build.lib}/timestampentity-test.jar">
-         <fileset dir="${build.classes}">
-            <include name="org/jboss/ejb3/test/timestampentity/*.class"/>
-            <include name="org/jboss/ejb3/test/timestampentity/entity/*.class"/>
-         </fileset>
-         <fileset dir="${resources}/test/timestampentity">
-            <include name="META-INF/persistence.xml"/>
-         </fileset>
-      </jar>
-   </target>
-   
    <target name="mdbtransactions"
       description="Builds all jar files."
       depends="compile-classes">
@@ -3382,7 +3365,7 @@
 	  </copy>
    </target>
    
-   <target name="jars" depends="mdbsessionpoolclear, removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, entityoptimisticlocking, concurrentnaming, propertyreplacement, persistenceunits, invalidtxmdb, descriptortypo, libdeployment, homeinterface, timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
+   <target name="jars" depends="mdbsessionpoolclear, removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, entityoptimisticlocking, concurrentnaming, propertyreplacement, persistenceunits, invalidtxmdb, descriptortypo, libdeployment, homeinterface, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 
       circulardependency, jsp, timerdependency, servicedependency, servlet, stateless14, webservices, ear, ejbthree440, 
       ejbthree454, ejbthree653, ejbthree670, ejbthree712, ejbthree724, ejbthree751, ejbthree832, ejbthree921,
       ejbthree959, ejbthree963, ejbthree994,




More information about the jboss-cvs-commits mailing list