easymock/easymock-1.2-build_xml.patch

31 lines
1.3 KiB
Diff
Raw Normal View History

2009-08-20 06:31:33 +00:00
--- build.xml.sav 2005-08-07 17:53:29.000000000 +0200
+++ build.xml 2006-02-24 16:25:45.000000000 +0100
@@ -17,7 +17,7 @@
<property name="clover build directory" value="${temp directory}/bin-clover" />
<property name="clover report directory" value="${temp directory}/clover" />
2009-08-20 06:51:20 +00:00
2009-08-20 06:31:33 +00:00
- <property file="${user.home}/easymockbuild.properties" />
+ <property file="easymockbuild.properties" />
<property name="java 1.3" value="/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Commands/java" />
<property name="java 1.4" value="/System/Library/Frameworks/JavaVM.framework/Versions/1.4/Commands/java" />
<property name="java 1.5" value="" />
@@ -99,14 +99,16 @@
</junit>
</target>
2009-08-20 06:51:20 +00:00
2009-08-20 06:31:33 +00:00
-<target name="test distribution" depends="test distribution 1.3, test distribution 1.4">
+<target name="test distribution" depends="test distribution 1.4">
</target>
2009-08-20 06:51:20 +00:00
2009-08-20 06:31:33 +00:00
-<target name="all" depends="clean, build, javadoc, (clover), pack distribution, test distribution">
2009-08-20 06:51:20 +00:00
+<target name="all" depends="clean, build, javadoc, pack distribution">
2009-08-20 06:31:33 +00:00
<antcall target="clean" />
</target>
2009-08-20 06:51:20 +00:00
2009-08-20 06:31:33 +00:00
+<!--
<taskdef resource="clovertasks" />
+-->
2009-08-20 06:51:20 +00:00
2009-08-20 06:31:33 +00:00
<target name="(clover)" depends="(init clover), (build for clover), (test clover), (clover html), (check full coverage),(delete clover build)">
</target>