소스 검색

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>

Loading…
취소
저장