summaryrefslogtreecommitdiff
path: root/textproc/jaxup/files/patch-build.xml
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-12-09 13:43:09 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-12-09 13:43:09 +0000
commita5d126f540aaa6a801423e27709e0e9e455f2bdb (patch)
tree18dccf47dde08e29130aa6f50ad22646cec96379 /textproc/jaxup/files/patch-build.xml
parent- Add some sites I found with Google, as old master site don't have this (diff)
- 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]
Notes
Notes: svn path=/head/; revision=123562
Diffstat (limited to '')
-rw-r--r--textproc/jaxup/files/patch-build.xml13
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>
+