stevel 2004/10/08 01:59:48
Modified: . build.xml
Log:
update selector to go with the move
Revision Changes Path
1.432 +1 -1 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -r1.431 -r1.432
--- build.xml 7 Oct 2004 22:54:32 -0000 1.431
+++ build.xml 8 Oct 2004 08:59:47 -0000 1.432
@@ -154,7 +154,7 @@
<selector id="needs.jdk1.5+">
<or>
- <filename name="${ant.package}/taskdefs/condition/IsPingable*"/>
+ <filename name="${ant.package}/taskdefs/optional/condition/IsPingable*"/>
</or>
</selector>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|