openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages java-easymock-1.2.Java1.5-notest.patch
      Pages: < 1 >  DOWNLOAD      
--- easymock-1.2.Java1.5-src/build.xml	2009-03-09 18:20:49.000000000 +0100
+++ easymock-1.2.Java1.5-src/build.xml-gil	2009-03-09 18:34:12.000000000 +0100
@@ -82,15 +82,15 @@
 		<zipfileset dir="${temp directory}" includes="*.zip" prefix="${distribution name}/" />
 	</zip>
 </target>
-
+<!--
 <target name="test distribution" depends="pack distribution">
 	<junit fork="on" haltonfailure="on" printsummary="true" jvm="${java 1.5}">
 		<classpath path="${junit jar};${temp directory}/easymock.jar;${temp directory}/tests.zip" />
 		<test name="org.easymock.tests.AllTests" />
 	</junit>
 </target>
-
-<target name="all" depends="clean, build, javadoc, pack distribution, test distribution">
+-->
+<target name="all" depends="clean, build, javadoc, pack distribution">
 <antcall target="clean" />
 </target>
 <!--