summaryrefslogtreecommitdiff
path: root/net/jakarta-commons-net/files/patch-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net/jakarta-commons-net/files/patch-build.xml')
-rw-r--r--net/jakarta-commons-net/files/patch-build.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/jakarta-commons-net/files/patch-build.xml b/net/jakarta-commons-net/files/patch-build.xml
deleted file mode 100644
index d20eae4b6931..000000000000
--- a/net/jakarta-commons-net/files/patch-build.xml
+++ /dev/null
@@ -1,11 +0,0 @@
---- build.xml.orig Sat Nov 11 17:57:29 2006
-+++ build.xml Sat Nov 11 17:58:32 2006
-@@ -58,7 +58,7 @@
- </fileset>
- </copy>
- </target>
-- <target name="jar" description="o Create the jar" depends="compile,test">
-+ <target name="jar" description="o Create the jar" depends="compile">
- <jar jarfile="${defaulttargetdir}/${final.name}.jar">
- <fileset dir="${classesdir}">
- <exclude name="**/examples/**"/>