Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 326b02030dcee6e689ea41d2929c3785 > files > 1

mockito-1.8.5-1.mga2.src.rpm

--- build.xml	2010-05-16 18:20:36.000000000 +0200
+++ build.xml-gil	2011-06-30 20:55:37.690555022 +0200
@@ -130,7 +130,7 @@
 
   </target>
 
-  <target name="jar.all" depends="test">
+  <target name="jar.all" depends="compile">
     <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="ant.classpath" />
     <jarjar jarfile="${target.dir}/${jar.all}">
         <manifest>
@@ -399,7 +399,7 @@
   
   <target name="test.release" depends="test.zip.release, test.zip.release.separate.jars" description="builds zip, unzips it and runs tests against jars" />
   
-  <target name="all" depends="zip" description="cleans, builds, tests, jars, zips, bundles maven" />
+  <target name="all" depends="zip" description="cleans, builds, jars, zips, bundles maven" />
   
   <!-- to make Hudson happy -->
   <target name="build" depends="test"/>