File build.xml.patch of Package apache-commons-jxpath
--- 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>