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/ant-ivy/files/1.4.1-javadoc.patch

15 lines
500 B

diff -ur ivy-1.4.1.old/build.xml ivy-1.4.1/build.xml
--- ivy-1.4.1.old/build.xml 2007-09-04 02:44:23.000000000 +0300
+++ ivy-1.4.1/build.xml 2007-09-04 02:44:53.000000000 +0300
@@ -245,9 +245,7 @@
</target>
<target name="javadoc">
- <javadoc destdir="${javadoc.build.dir}">
- <fileset dir="${src.dir}"/>
- </javadoc>
+ <javadoc destdir="${javadoc.build.dir}" sourcepath="${src.dir}" />
</target>
<target name="get-dxml" description="download dxml doc file from web site">