X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=build%2Flib%2Fant%2Fant-contrib-1.0b2%2FREADME.txt;fp=build%2Flib%2Fant%2Fant-contrib-1.0b2%2FREADME.txt;h=0000000000000000000000000000000000000000;hb=c2ca8438bcaa20bfe3e90bb379343c019c33f339;hp=2e97de8f794198f2c15800582730ed11c2950e27;hpb=5c51df8069feb393d1c2118b3d4ba52d612cb46d;p=utils diff --git a/build/lib/ant/ant-contrib-1.0b2/README.txt b/build/lib/ant/ant-contrib-1.0b2/README.txt deleted file mode 100644 index 2e97de8f..00000000 --- a/build/lib/ant/ant-contrib-1.0b2/README.txt +++ /dev/null @@ -1,46 +0,0 @@ -Ant-Contrib library - -This library is for contributed Ant tasks that have -not been approved for inclusion into the ant core or -optional library. - -Requirements -------------------------- -Runtime: - Requires APACHE Ant Version 1.5 or above. Note, that output - handlers on the ForEach task will not properly report the - task which is outputting the message unless you are using - Ant version 1.5.2 or greater. - - In addition, the task will not work on versions prior - to Ant 1.6 - -Compilation: - Requires Ant Version 1.6 or greater to compile and build the - package. - - -Inclusion in your project -------------------------- - The easiest way to use the tasks is to use - - - - - - - -in your build file. If the jar file is on your CLASSPATH or in -ANT_HOME/lib you can even simplify this to read - - - -For projects which will run under 1.5 versions, you would -use the .properties file instead of the antlib.xml file: - - - - - - -