---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: apache-ant-1.9.10/build.xml
===================================================================
--- apache-ant-1.9.10.orig/build.xml
+++ apache-ant-1.9.10/build.xml
@@ -878,7 +878,7 @@
Create the essential distribution that can run Apache Ant
-->
- <target name="dist-lite" depends="jars,test-jar"
+ <target name="dist-lite" depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>