Browse Source

Only compile plugins when testing, don't package

Change-Id: I7812ee99036e8b5f5615f0c2fc0feb1c9e71f142
Reviewed-on: http://gerrit.dmdirc.com/2433
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Greg Holmes <greg@dmdirc.com>
tags/0.7rc1
Chris Smith 12 years ago
parent
commit
bc91261724
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build-tests.xml

+ 1
- 1
build-tests.xml View File

@@ -31,6 +31,6 @@
31 31
         <clover-setup initstring="${clover.init.string}"/>
32 32
     </target>
33 33
 
34
-    <target name="compile-for-tests" depends="clean,with.clover,jar"/>
34
+    <target name="compile-for-tests" depends="clean,with.clover,compile"/>
35 35
 
36 36
 </project>

Loading…
Cancel
Save