1
0
apache-commons-jxpath/build.xml.patch

12 lines
451 B
Diff

--- build.xml.orig 2011-01-27 02:16:32.000000000 -0700
+++ build.xml 2011-01-27 02:17:20.000000000 -0700
@@ -52,7 +52,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}">
</jar>
</target>