Browse Source

Changes to help bamboo


git-svn-id: http://svn.dmdirc.com/trunk@3932 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
0a1319d737
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      junitreport.xml

+ 3
- 2
junitreport.xml View File

@@ -24,6 +24,7 @@
24 24
         <clover-report>
25 25
          <current outfile="reports/clover/clover.xml"/>
26 26
         </clover-report>
27
+        <clover-clean/>
27 28
     </target>
28 29
 
29 30
     <target name="clover.html" if="clover.installed">
@@ -36,10 +37,10 @@
36 37
          </current>
37 38
          <historical outfile="reports/clover" historydir="reports/clover/history" />
38 39
         </clover-report>
40
+        <clover-clean/>
39 41
     </target>
40 42
 
41
-    <import file="nbproject/build-impl.xml"/>
42
-    <property file="nbproject/project.properties"/>
43
+    <import file="build.xml"/>
43 44
     <property name="test.reports" value="./junitreports" />
44 45
 
45 46
 		

Loading…
Cancel
Save