monsieurp    15/07/12 12:19:16

  Modified:             junit-4.12-build.xml
  Log:
  Remove 'test' target dependency from 'package' target so that jar file gets 
created even with tests off. Fix bug 554584.
  
  Signed-off-by: Patrice Clement <monsie...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.3                  dev-java/junit/files/junit-4.12-build.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml?r1=1.2&r2=1.3

Index: junit-4.12-build.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/files/junit-4.12-build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- junit-4.12-build.xml        11 Jul 2015 13:21:27 -0000      1.2
+++ junit-4.12-build.xml        12 Jul 2015 12:19:16 -0000      1.3
@@ -229,7 +229,7 @@
   <!-- Package target                                                         
-->
   <!-- ====================================================================== 
-->
 
-  <target name="package" depends="compile,test" description="Package the 
application">
+  <target name="package" depends="compile" description="Package the 
application">
     <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar" 
          compress="true" 
          index="false" 




Reply via email to