summaryrefslogtreecommitdiff
path: root/net/jakarta-commons-net/files/patch-build.xml
blob: d20eae4b69314aaf266a1c666963196a68aff7f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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/**"/>