dims 2002/09/20 06:22:27
Modified: java/xmls targets.xml
Log:
axis-ant.jar should be true only if the jar is present and the jar has the classes.
Revision Changes Path
1.36 +5 -1 xml-axis/java/xmls/targets.xml
Index: targets.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- targets.xml 19 Sep 2002 15:58:02 -0000 1.35
+++ targets.xml 20 Sep 2002 13:22:27 -0000 1.36
@@ -140,7 +140,11 @@
</condition>
<condition property="axis-ant.present" >
- <available classname="org.apache.axis.tools.ant.foreach.ForeachTask"
classpathref="classpath" />
+ <available classname="org.apache.axis.tools.ant.foreach.ForeachTask">
+ <classpath>
+ <pathelement location="${build.lib}/axis-ant.jar"/>
+ </classpath>
+ </available>
</condition>
<condition property="jimiAndAttachments.present">