ant/apache-ant-no-test-jar.patch
Alexander Kurtakov d74a2cd399 Update to upstream 1.8.3 release.
Drop old stuff.
2012-02-29 15:48:14 +02:00

12 lines
392 B
Diff

--- build.xml.orig 2012-02-29 13:24:37.000000000 +0200
+++ build.xml 2012-02-29 13:28:04.606216384 +0200
@@ -884,7 +884,7 @@
===================================================================
-->
<target name="dist-lite"
- depends="jars,test-jar"
+ depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>