1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Do not execute unit tests
Author: Florian Grandel <jerico.dev@gmail.com>
Index: libxjavadoc-java-1.1/build.xml
===================================================================
--- libxjavadoc-java-1.1.orig/build.xml 2008-12-23 03:35:12.000000000 -0200
+++ libxjavadoc-java-1.1/build.xml 2008-12-23 03:35:46.000000000 -0200
@@ -64,7 +64,7 @@
<!-- =================================================================== -->
<!-- Makes the jar -->
<!-- =================================================================== -->
- <target name="jar" depends="junit">
+ <target name="jar" depends="compile">
<jar jarfile="${jardir}/xjavadoc-${version}.jar">
<fileset dir="${build.dir}/classes">
<exclude name="**/*Test.class"/>
|