ソースを参照

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年前
コミット
bc91261724
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      build-tests.xml

+ 1
- 1
build-tests.xml ファイルの表示

@@ -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>

読み込み中…
キャンセル
保存