Silvan Calarco
c90e15c0b2
fixes: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found. also restores build of gcj libraries [release 1.8.4-2mamba;Fri Jun 14 2013]
12 lines
426 B
Diff
12 lines
426 B
Diff
--- apache-ant-1.7.1/build.xml.orig 2008-07-15 15:34:52.748697343 -0400
|
|
+++ apache-ant-1.7.1/build.xml 2008-07-15 15:35:20.247215410 -0400
|
|
@@ -925,7 +925,7 @@
|
|
===================================================================
|
|
-->
|
|
<target name="dist-lite"
|
|
- depends="jars,test-jar"
|
|
+ depends="jars"
|
|
description="--> creates a minimum distribution to run Apache Ant">
|
|
|
|
<mkdir dir="${dist.dir}"/>
|