[jboss-cvs] JBossAS SVN: r66845 - in branches/JBPAPP_4_2/ejb3: src/resources/test and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 7 20:28:28 EST 2007


Author: bdecoste
Date: 2007-11-07 20:28:27 -0500 (Wed, 07 Nov 2007)
New Revision: 66845

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

Modified: branches/JBPAPP_4_2/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/build-test.xml	2007-11-08 00:44:34 UTC (rev 66844)
+++ branches/JBPAPP_4_2/ejb3/build-test.xml	2007-11-08 01:28:27 UTC (rev 66845)
@@ -2268,23 +2268,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">
@@ -3381,7 +3364,7 @@
 	  </copy>
    </target>
    
-   <target name="jars" depends="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="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