Browse Source

Work with older versions of ant

Change-Id: I31b2d7dae63b552b82ab2fc895517de87f0db5c0
Reviewed-on: http://gerrit.dmdirc.com/723
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 years ago
parent
commit
1f299c403c
1 changed files with 3 additions and 5 deletions
  1. 3
    5
      build-tests.xml

+ 3
- 5
build-tests.xml View File

@@ -89,11 +89,9 @@
89 89
     </target>
90 90
 
91 91
     <target name="-test-no-xvfb" unless="use.xvfb">
92
-        <antcall>
93
-            <target>with.clover</target>
94
-            <target>do-real-test</target>
95
-            <target>clover.snapshot</target>
96
-        </antcall>
92
+        <antcall target="with.clover" />
93
+        <antcall target="do-real-test" />
94
+        <antcall target="clover.snapshot" />
97 95
     </target>
98 96
 
99 97
     <target name="test-html" depends="with.clover,compile-test,test,clover.html,clover.snapshot"

Loading…
Cancel
Save