jruaux 2003/02/25 09:05:05
Modified: integration/eclipse/src/scripts/eclipse build-share.xml
Log:
We don't need the classpath entry in taskdef anymore
Revision Changes Path
1.4 +1 -3
jakarta-cactus/integration/eclipse/src/scripts/eclipse/build-share.xml
Index: build-share.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/eclipse/src/scripts/eclipse/build-share.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-share.xml 24 Feb 2003 17:25:12 -0000 1.3
+++ build-share.xml 25 Feb 2003 17:05:04 -0000 1.4
@@ -70,9 +70,7 @@
<taskdef resource="cactus.tasks"
classpath="${cactus.antintegration.jar}"/>
<taskdef name="eclipseruntests"
- classname="org.apache.cactus.eclipse.ant.EclipseRunTests"
- classpath="${cactus.plugin.jar}"/>
-
+ classname="org.apache.cactus.eclipse.containers.ant.EclipseRunTests"/>
</target>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]