Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > c066bdd24ade6ce1e73e965bc36d5851 > files > 4

jaxen-1.1.2-1.3.src.rpm

--- build.xml.orig	2007-02-14 12:30:41.000000000 -0500
+++ build.xml	2007-02-14 12:31:02.000000000 -0500
@@ -52,7 +52,7 @@
       </classpath>
     </javac>
   </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>