File: 01-build-jar-without-test-fix.patch

package info (click to toggle)
libcommons-fileupload-java 1.0-14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 308 kB
  • ctags: 299
  • sloc: java: 1,861; xml: 254; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- build.xml	2003-09-13 13:32:33.000000000 +0200
+++ build.xml	2003-09-13 13:33:11.000000000 +0200
@@ -46,7 +46,7 @@
       </classpath>
     </javac>
   </target>
-  <target name="jar" description="o Create the jar" depends="compile,test">
+  <target name="jar" description="o Create the jar" depends="compile">
     <jar jarfile="target/${final.name}.jar" excludes="**/package.html" basedir="${classesdir}">
     </jar>
   </target>