summaryrefslogtreecommitdiff
blob: 22b47eefa23a04bd53f64d6699b98a541147c4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -ur jmock-1.1.0.old/build.xml jmock-1.1.0/build.xml
--- jmock-1.1.0.old/build.xml	2006-12-23 00:06:19.000000000 +0200
+++ jmock-1.1.0/build.xml	2006-12-23 00:06:49.000000000 +0200
@@ -116,7 +116,7 @@
         </junit>
     </target>
 
-    <target name="core.jar" depends="core.test.unit">
+    <target name="core.jar" depends="core.compile">
         <mkdir dir="${build.dist.bin.dir}"/>
         <jar basedir="${core.build.dir}" destfile="${core.jar}" excludes="test/**" index="true"/>
     </target>
@@ -181,7 +181,7 @@
         </junit>
     </target>
 
-    <target name="cglib.jar" depends="cglib.test.unit">
+    <target name="cglib.jar" depends="cglib.compile">
         <mkdir dir="${build.dist.bin.dir}"/>
         <jar basedir="${cglib.build.dir}" destfile="${cglib.jar}" excludes="test/**" index="true"/>
     </target>