File: 01_jar_without_tests.patch

package info (click to toggle)
libcommons-jexl-java 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,092 kB
  • sloc: java: 9,479; xml: 1,341; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur -x '*.orig' -x '*~' libcommons-jexl-java-1.1/build.xml libcommons-jexl-java-1.1.new/build.xml
--- libcommons-jexl-java-1.1/build.xml	2008-12-24 01:10:11.000000000 +0530
+++ libcommons-jexl-java-1.1.new/build.xml	2008-12-24 01:18:59.000000000 +0530
@@ -62,7 +62,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" excludes="**/package.html" basedir="${classesdir}" manifest="src/conf/MANIFEST.MF">
     </jar>
   </target>