freebsd-ports/java/jakarta-commons-beanutils/files/patch-build.xml
2004-11-29 02:42:01 +00:00

13 lines
723 B
XML

$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>