SHA256
1
0
forked from pool/ant
ant/ant-1.7.0-disable-junit-tests.patch

13 lines
472 B
Diff
Raw Normal View History

diff -Naur ../apache-ant-1.7.0.orig/build.xml ./build.xml
--- ../apache-ant-1.7.0.orig/build.xml 2006-12-13 13:16:25.000000000 +0100
+++ ./build.xml 2007-08-14 13:43:46.000000000 +0200
@@ -924,7 +924,7 @@
===================================================================
-->
<target name="dist-lite"
- depends="jars,test-jar"
+ depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>