diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/jaxup/files/patch-build.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/jaxup/files/patch-build.xml b/textproc/jaxup/files/patch-build.xml new file mode 100644 index 000000000000..a1c00e37c6b8 --- /dev/null +++ b/textproc/jaxup/files/patch-build.xml @@ -0,0 +1,13 @@ +$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> + |