summaryrefslogtreecommitdiff
path: root/net/jakarta-commons-net/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/jakarta-commons-net/files')
-rw-r--r--net/jakarta-commons-net/files/patch-build.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/jakarta-commons-net/files/patch-build.xml b/net/jakarta-commons-net/files/patch-build.xml
new file mode 100644
index 000000000000..d20eae4b6931
--- /dev/null
+++ b/net/jakarta-commons-net/files/patch-build.xml
@@ -0,0 +1,11 @@
+--- 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/**"/>