blob: fd1c42dce2cf555e3abd9667e1497ef3cfe6a149 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- optional/bean-collections/build.xml.orig Mon Nov 29 03:19:19 2004
+++ optional/bean-collections/build.xml Mon Nov 29 03:22:15 2004
@@ -257,6 +257,8 @@
doctitle="<h1>${component.title} (Version ${component.version})</h1>"
windowtitle="${component.title} (Version ${component.version})"
bottom="Copyright (c) 2001-2004 - Apache Software Foundation">
+ <link offline="true" packagelistLoc="${commons-collections.api}" href="http://jakarta.apache.org/commons/collections/api/"/>
+ <link offline="true" packagelistLoc="${commons-logging.api}" href="http://jakarta.apache.org/commons/logging/api/"/>
<classpath refid="compile.classpath"/>
</javadoc>
<copy
|