浏览代码

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
         <clover-setup initstring="${clover.init.string}"/>
31
         <clover-setup initstring="${clover.init.string}"/>
32
     </target>
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
 </project>
36
 </project>

正在加载...
取消
保存