blob: 2c5f3ff35b9137c82813cf469343c66c229c82bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- build.xml.orig Mon Nov 29 03:07:46 2004
+++ build.xml Mon Nov 29 03:09:59 2004
@@ -214,6 +215,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>
</target>
|