freebsd-ports/net/jakarta-commons-net/files/patch-build.xml
Sergey Matveychuk 7a3ec1eef6 - Add a work around for build cluster
Reported by:	kris mail
2006-11-11 15:31:09 +00:00

11 lines
429 B
XML

--- 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/**"/>