diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 01:20:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 01:20:38 -0300 |
commit | 40a385851bde11f34ddc58395e34ed4dceacb3f9 (patch) | |
tree | 0678f37cf35d3990ade643d0b47bce165a3c66ac /libre/apache-ant/apache-ant-build.patch | |
parent | b952111fe4fc77ed42ee9cca2ed360b9fa322c96 (diff) | |
parent | 47dea6fb6bc00d10b55b1582bd1a76ce82360822 (diff) |
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'libre/apache-ant/apache-ant-build.patch')
-rw-r--r-- | libre/apache-ant/apache-ant-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/apache-ant/apache-ant-build.patch b/libre/apache-ant/apache-ant-build.patch new file mode 100644 index 000000000..dc1d4b455 --- /dev/null +++ b/libre/apache-ant/apache-ant-build.patch @@ -0,0 +1,11 @@ +--- apache-ant-1.9.6.orig/build.xml 2015-06-28 23:46:12.000000000 -0500 ++++ apache-ant-1.9.6/build.xml 2015-12-09 22:07:51.217674735 -0500 +@@ -899,7 +899,7 @@ + =================================================================== + --> + <target name="dist-lite" +- depends="jars,test-jar" ++ depends="jars" + description="--> creates a minimum distribution to run Apache Ant"> + + <mkdir dir="${dist.dir}"/> |