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>
|