diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-11-11 15:31:09 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-11-11 15:31:09 +0000 |
commit | 7a3ec1eef661d4465e991a9210f963f7d43f224b (patch) | |
tree | 809d6545e0f22163adeb1f4f76024496b0d43773 /net/jakarta-commons-net/files | |
parent | Update to 0.119. (diff) |
- Add a work around for build cluster
Reported by: kris mail
Diffstat (limited to 'net/jakarta-commons-net/files')
-rw-r--r-- | net/jakarta-commons-net/files/patch-build.xml | 11 |
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/**"/> |