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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 17:37:57 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-21 17:37:56 -0400 (Tue, 21 Oct 2008)
New Revision: 79873

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
Copy the clusteredsession-ds.xml to ${build.lib}

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2008-10-21 20:16:14 UTC (rev 79872)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2008-10-21 21:37:56 UTC (rev 79873)
@@ -4058,8 +4058,7 @@
    </target>
 
    <target name="clusteredsession"
-      description="Builds all jar files."
-      >
+      description="Builds all jar files.">
 
       <mkdir dir="${build.lib}"/>
 
@@ -4096,6 +4095,8 @@
          </fileset>
       </jar>
    	
+   	<copy todir="${build.lib}" file="${resources}/test/clusteredsession/xpc/clusteredsession-ds.xml"/>
+   	
       <jar jarfile="${build.lib}/clusteredsession-xpc.jar">
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/clusteredsession/nested/base/xpc/*.class"/>




More information about the jboss-cvs-commits mailing list