|
From: Scott M S. <st...@us...> - 2003-09-04 19:56:33
|
User: starksm
Date: 03/09/04 12:56:31
Modified: . Tag: Branch_3_2 build.xml
Log:
Include the junit and ejbjunit classes in the cts.jar
Revision Changes Path
No revision
No revision
1.165.2.97 +4 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.165.2.96
retrieving revision 1.165.2.97
diff -u -r1.165.2.96 -r1.165.2.97
--- build.xml 24 Aug 2003 19:53:29 -0000 1.165.2.96
+++ build.xml 4 Sep 2003 19:56:29 -0000 1.165.2.97
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.165.2.96 2003/08/24 19:53:29 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.165.2.97 2003/09/04 19:56:29 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1230,7 +1230,10 @@
<include name="org/jboss/test/cts/jms/**"/>
<include name="org/jboss/test/cts/keys/**"/>
<include name="org/jboss/test/cts/test/*_Stub*.class"/>
+ <include name="org/jboss/test/util/ejb/*"/>
</fileset>
+ <zipfileset src="${junit.junit.lib}/junit.jar"
+ includes="junit/**/*.*"/>
</jar>
<!-- build a duplicate cts.jar with new home bindings -->
<jar jarfile="${build.lib}/cts2.jar">
|