[jboss-cvs] JBossAS SVN: r79670 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 17 15:46:57 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-17 15:46:57 -0400 (Fri, 17 Oct 2008)
New Revision: 79670

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
Get rid of copy of non-existent file

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2008-10-17 19:39:39 UTC (rev 79669)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2008-10-17 19:46:57 UTC (rev 79670)
@@ -4054,13 +4054,6 @@
        </fileset>
     </jar>
 
-    <!-- Copy the optimistic locking JBC config to ${build.lib} so we can deploy it -->
-    <copy todir="${build.lib}">
-       <fileset dir="${resources}/test/clusteredentity/optimistic">
-          <include name="optimistic-entity-cache-*.xml"/>
-       </fileset>
-    </copy>
-
    </target>
 
    <target name="clusteredsession"




More information about the jboss-cvs-commits mailing list