Parcourir la source

Revert "Work with older versions of ant"

This reverts commit 1f299c403c.

The reverted commit prevents clover snapshotting working correctly
Build process will now require Ant >=1.6.3

Change-Id: I550308899cdabf2894c90cb345addf2c393efd6b
Reviewed-on: http://gerrit.dmdirc.com/771
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3b1
Chris Smith il y a 14 ans
Parent
révision
68a18df7ed
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5
    3
      build-tests.xml

+ 5
- 3
build-tests.xml Voir le fichier

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

Chargement…
Annuler
Enregistrer