jruaux 2003/02/24 08:58:38
Modified: integration/eclipse build.xml
Log:
Changed the way the Ant classpath for the EclipseRunTests task is created
Revision Changes Path
1.4 +2 -4 jakarta-cactus/integration/eclipse/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/eclipse/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 24 Feb 2003 14:05:07 -0000 1.3
+++ build.xml 24 Feb 2003 16:58:37 -0000 1.4
@@ -96,8 +96,6 @@
========================================================================
-->
<target name="init" depends="init.common,properties,check.properties">
- <!-- Filters -->
- <filter token="cactus.eclipseintegration.jar.name"
value="${cactus.eclipseintegration.jar.name}"/>
</target>
<!--
@@ -235,7 +233,7 @@
<fileset dir="${cactus.antintegration.bin}"/>
</copy>
- <copy todir="${dist.bin.integration.dir}/ant" filtering="on">
+ <copy todir="${dist.bin.integration.dir}/ant">
<fileset dir="${src.scripts.dir}"/>
</copy>
@@ -244,7 +242,7 @@
<include name="LICENSE.*"/>
</fileset>
</copy>
-
+
</target>
<!--
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]