From: Scott M S. <st...@us...> - 2003-09-10 00:12:32
|
User: starksm Date: 03/09/09 17:12:31 Modified: . Tag: Branch_3_2 build.xml Log: Include the junit classes in the naming.jar Revision Changes Path No revision No revision 1.165.2.98 +4 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.97 retrieving revision 1.165.2.98 diff -u -r1.165.2.97 -r1.165.2.98 --- build.xml 4 Sep 2003 19:56:29 -0000 1.165.2.97 +++ build.xml 10 Sep 2003 00:12:30 -0000 1.165.2.98 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.97 2003/09/04 19:56:29 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.98 2003/09/10 00:12:30 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -96,7 +96,6 @@ <path refid="jacorb.jacorb.classpath"/> <path refid="junit.junit.classpath"/> <path refid="junitejb.junitejb.classpath"/> - <path refid="junitejb.junitejb.classpath"/> <!-- needed for JBossMQ selector tests --> <path refid="gnu.regexp.classpath"/> @@ -191,7 +190,6 @@ <pathelement path="${classpath}"/> <pathelement path="${local.classpath}"/> <pathelement path="${project.tools}/lib/ant.jar"/> - <pathelement path="${project.tools}/lib/junit.jar"/> <pathelement path="${project.tools}/lib/optional.jar"/> <path refid="jboss.jmx.classpath"/> <path refid="thirdparty.classpath"/> @@ -2296,7 +2294,10 @@ <include name="org/jboss/test/naming/ejb/**"/> <include name="org/jboss/test/naming/interfaces/**"/> <include name="org/jboss/test/util/Debug.class"/> + <include name="org/jboss/test/util/ejb/*"/> </fileset> + <zipfileset src="${junit.junit.lib}/junit.jar" + includes="junit/**/*.*"/> <fileset dir="${build.resources}/naming/jar"> <include name="META-INF/*.xml"/> </fileset> |