You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jdom/files/build-xml-2.patch

37 lines
1.5 KiB

--- a/build.xml 2015-02-15 02:58:04.000000000 +0000
+++ b/build.xml 2015-08-27 23:11:09.807800249 +0100
@@ -267,7 +267,7 @@
</javac>
</target>
- <target name="compile" depends="compile.core, compile.junit, compile.contrib, compile.samples"
+ <target name="compile" depends="compile.core, compile.contrib, compile.samples"
description="Compiles all JDOM code (core, samples, junit, contrib)" />
<!-- =================================================================== -->
@@ -296,7 +296,7 @@
<!-- =================================================================== -->
<!-- Creates the jars -->
<!-- =================================================================== -->
- <target name="jars" depends="compile, javadoc"
+ <target name="jars" depends="compile"
description="Builds the Jars">
<fixcrlf srcdir="." includes="**/*.bat" excludes="build*.*" eol="crlf"/>
<fixcrlf srcdir="." includes="**/*.sh" excludes="build*.*" eol="lf"/>
@@ -320,6 +320,7 @@
<fileset dir="${contrib.build}" includes="**/*" />
<fileset dir="${metainf.build}" excludes="**/MANIFEST.MF" />
</jar>
+<!--
<jar jarfile="${package}/${jarbase}-junit.jar" >
<fileset dir="${junit.build}" includes="**/*" />
<fileset dir="${metainf.build}" excludes="**/MANIFEST.MF" />
@@ -332,6 +333,7 @@
<fileset dir="${contrib.src}" includes="**/*" />
</jar>
+-->
</target>
<target name="androidtests" depends="jars">