forked from pool/apache-commons-jxpath
e386b1ad4e
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-jxpath?expand=0&rev=1
12 lines
451 B
Diff
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>
|