cmlenz 2003/06/19 15:01:39
Modified: integration/ant/src/scripts/share build-share.xml
Log:
cactus.antintegration.jar has been renamed to cactus.ant.jar
This "little" oversight might be the whole cause of the Eclipse plugin not working
for weeks :-P
Revision Changes Path
1.24 +3 -4 jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
Index: build-share.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build-share.xml 19 Jun 2003 21:59:49 -0000 1.23
+++ build-share.xml 19 Jun 2003 22:01:38 -0000 1.24
@@ -52,8 +52,8 @@
<property name="cactus.target.conf.dir" value="${cactus.target.dir}/conf"/>
<!-- Cactus related jar locations -->
- <property name="cactus.antintegration.jar"
- value="${cactus.lib.client.dir}[EMAIL PROTECTED]@"/>
+ <property name="cactus.ant.jar"
+ value="${cactus.lib.client.dir}[EMAIL PROTECTED]@"/>
<property name="cactus.jar"
value="${cactus.lib.common.dir}[EMAIL PROTECTED]@"/>
@@ -90,8 +90,7 @@
<!-- Initialize Cactus custom Ant task needed for running the server
tests -->
- <taskdef resource="cactus.tasks"
- classpath="${cactus.antintegration.jar}"/>
+ <taskdef resource="cactus.tasks" classpath="${cactus.ant.jar}"/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]