summaryrefslogtreecommitdiffstats
path: root/java/ant/ant-buildfile-junit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'java/ant/ant-buildfile-junit.patch')
-rw-r--r--java/ant/ant-buildfile-junit.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/java/ant/ant-buildfile-junit.patch b/java/ant/ant-buildfile-junit.patch
deleted file mode 100644
index 21a4a0de3b..0000000000
--- a/java/ant/ant-buildfile-junit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- build.xml.old 2008-08-30 13:59:52.000000000 +0200
-+++ build.xml 2008-08-30 14:00:00.000000000 +0200
-@@ -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}"/>