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/xjavadoc/files/xjavadoc-1.1-buildfile.patch

27 lines
1.1 KiB

--- build.xml.orig 2005-04-03 04:24:07.000000000 +0200
+++ build.xml 2005-04-03 04:31:17.000000000 +0200
@@ -38,12 +38,6 @@
<include name="**/package.html"/>
</fileset>
</copy>
- <copy todir="${build.dir}/junit">
- <fileset dir="${basedir}/junit">
- <include name="**/*.java"/>
- <include name="**/package.html"/>
- </fileset>
- </copy>
</target>
<!-- =================================================================== -->
@@ -64,8 +58,8 @@
<!-- =================================================================== -->
<!-- Makes the jar -->
<!-- =================================================================== -->
- <target name="jar" depends="junit">
- <jar jarfile="${jardir}/xjavadoc-${version}.jar">
+ <target name="jar" depends="compile">
+ <jar jarfile="${jardir}/xjavadoc.jar">
<fileset dir="${build.dir}/classes">
<exclude name="**/*Test.class"/>
</fileset>