27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
--- commons-collections-3.1/build.xml~ 2004-06-23 00:17:14.000000000 +0100
|
|
+++ commons-collections-3.1/build.xml 2005-05-04 13:58:44.000000000 +0100
|
|
@@ -80,7 +80,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"/>
|
|
@@ -362,7 +361,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"
|
|
@@ -470,7 +468,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"
|