blob: 4a0b47d8a714f9615b4f2a20cfb1ee661ff1700e [file] [log] [blame]
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">