blob: 10a3055ca14a7ed702ab002b1394911646a2daff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- build/archive.xml 2005-06-25 18:26:26.000000000 +0200
+++ build/archive.xml 2006-10-19 16:39:56.000000000 +0200
@@ -57,7 +57,7 @@
</target>
- <target name="jar-test" depends="compile">
+ <target name="jar-test" depends="compile" if="tests">
<mkdir dir="${build.lib}"/>
<jar jarfile="${build.lib}/${archive.name.test}" manifest="${build.etc}/default.mf">
|