|
From: Scott M S. <st...@us...> - 2003-09-04 20:05:18
|
User: starksm
Date: 03/09/04 13:05:17
Modified: . build.xml
Log:
Include the junit and ejbjunit classes in the cts.jar
Revision Changes Path
1.288 +5 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -r1.287 -r1.288
--- build.xml 30 Aug 2003 00:29:20 -0000 1.287
+++ build.xml 4 Sep 2003 20:05:17 -0000 1.288
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.287 2003/08/30 00:29:20 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.288 2003/09/04 20:05:17 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -1316,6 +1316,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/**/*.*"/>
</fileset>
</jar>
<!-- build a duplicate cts.jar with new home bindings -->
|