jakarta-commons-collections/jakarta-commons-collections-3.2.1-javadoc-nonet.patch

27 lines
1.2 KiB
Diff

--- commons-collections-3.2.1-src/build.xml 2008-04-11 16:36:25.000000000 +0200
+++ commons-collections-3.2.1-src/build.xml-gil 2009-02-28 13:12:56.000000000 +0100
@@ -85,7 +85,6 @@
<!-- Javadoc -->
<property name="javadoc.access" value="protected"/>
- <property name="javadoc.links" value="http://java.sun.com/j2se/1.3/docs/api/"/>
<!-- JUnit -->
<property name="test.failonerror" value="true"/>
@@ -361,7 +360,6 @@
author="true"
version="true"
use="true"
- link="${javadoc.links}"
overview="${source.java}/org/apache/commons/collections/overview.html"
doctitle="${component.title} ${component.version} API;"
windowtitle="${component.title} ${component.version} API"
@@ -456,7 +454,6 @@
access="protected"
author="false"
version="false"
- link="${javadoc.links}"
overview="${source.test}/org/apache/commons/collections/overview.html"
doctitle="${tf.title} ${tf.version} API;"
windowtitle="${tf.title} ${tf.version} API"