20 lines
1.0 KiB
Diff
20 lines
1.0 KiB
Diff
--- dom4j/build.xml 2009-05-12 15:04:18.000000000 +0200
|
|
+++ dom4j/build.xml 2018-07-10 10:51:51.814095475 +0200
|
|
@@ -224,7 +224,6 @@
|
|
doctitle="${Name}"
|
|
bottom="Copyright © ${year} MetaStuff Ltd. All Rights Reserved. Hosted by <p> <img src='http://sourceforge.net/sflogo.php?group_id=16035' width='88' height='31' border='0' alt='SourceForge Logo' />"
|
|
stylesheetfile="${doc.dir}/style/javadoc.css">
|
|
- <link href="file:///usr/share/doc/classpath-doc/api"/>
|
|
</javadoc>
|
|
|
|
<mkdir dir="${build.apidocs}"/>
|
|
@@ -240,8 +239,6 @@
|
|
doctitle="${Name}"
|
|
bottom="Copyright © ${year} MetaStuff Ltd. All Rights Reserved. Hosted by <p> <img src='http://sourceforge.net/sflogo.php?group_id=16035' width='88' height='31' border='0' alt='SourceForge Logo' />"
|
|
stylesheetfile="${doc.dir}/style/javadoc.css">
|
|
- <link href="file:///usr/share/doc/classpath-doc/api"/>
|
|
- <link href="${build.javadocs}"/>
|
|
</javadoc>
|
|
</target>
|
|
|