|
From: Adrian B. <ej...@us...> - 2004-07-18 11:26:57
|
User: ejort
Date: 04/07/18 04:26:50
Modified: . build.xml
Log:
Fix the testsuite compilation, ant optional is no longer used.
Revision Changes Path
1.374 +2 -3 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- build.xml 16 Jul 2004 15:32:45 -0000 1.373
+++ build.xml 18 Jul 2004 11:26:49 -0000 1.374
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.373 2004/07/16 15:32:45 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.374 2004/07/18 11:26:49 ejort Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -98,7 +98,6 @@
<path refid="junit.junit.classpath"/>
<path refid="dom4j.dom4j.classpath"/>
<path refid="junitejb.junitejb.classpath"/>
- <path refid="junitejb.junitejb.classpath"/>
<path refid="jdom.classpath"/>
<path refid="javassist.classpath"/>
<path refid="trove.classpath"/>
@@ -209,7 +208,7 @@
<pathelement path="${classpath}"/>
<pathelement path="${local.classpath}"/>
<pathelement path="${project.tools}/lib/ant.jar"/>
- <pathelement path="${project.tools}/lib/optional.jar"/>
+ <pathelement path="${project.tools}/lib/ant-junit.jar"/>
<path refid="jboss.jmx.classpath"/>
<path refid="thirdparty.classpath"/>
</path>
|