freebsd-ports/textproc/jaxup/files/patch-build.xml
Herve Quiroz a5d126f540 - Fix build: required JDK version is 1.4+ [1]
- Link API documention with Jaxen API and JDK Standard API, if installed
- Rephrase some statement to calm portlint

Reported by:	krion via pointyhat [1]
2004-12-09 13:43:09 +00:00

13 lines
415 B
XML

$FreeBSD$
--- build.xml.orig Thu Dec 9 14:14:21 2004
+++ build.xml Thu Dec 9 14:16:44 2004
@@ -57,6 +57,8 @@
<javadoc destdir="${build.apidocs.dir}" windowtitle="${project.fullname}" author="true" version="true" use="true">
<fileset dir="${src.java.dir}"/>
<classpath refid="project.classpath"/>
+ <link href="${jaxen.apidocs}"/>
+ <link href="${j2se.apidocs}"/>
</javadoc>
</target>