File: remove-junit.diff

package info (click to toggle)
libxjavadoc-java 1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 652 kB
  • ctags: 1,061
  • sloc: java: 6,259; xml: 505; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
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"/>