ant/apache-ant-no-test-jar.patch
Orion Poplawski d665966110 - Update to ant 1.8.1
- Update no-test-jar patch
- Update class-path-in-manifest patch
- Drop gnu-classpath patch
- Retire trax subpackage no longer shipped
- Add xalan2 subpackage and support for junitreport task
- Drop old jakarta jar aliases
2010-08-20 15:25:21 -06:00

12 lines
434 B
Diff

--- apache-ant-1.8.1/build.xml.orig 2010-04-30 16:05:05.000000000 -0600
+++ apache-ant-1.8.1/build.xml 2010-08-16 12:19:41.227167815 -0600
@@ -792,7 +792,7 @@
===================================================================
-->
<target name="dist-lite"
- depends="jars,test-jar"
+ depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>