1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/ant-xinclude-task/files/patch-build.xml
Dmitry Marakasov ab1149b320 - Fix JAVAJARDIR/JAVALIBDIR misuse
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-14 09:05:02 +00:00

12 lines
352 B
XML

--- build.xml.orig 2003-09-17 10:03:21 UTC
+++ build.xml
@@ -144,8 +144,6 @@
windowtitle="${javadoc.title}"
doctitle="${javadoc.title}"
bottom="${javadoc.footer}">
- <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api" />
- <link href="http://people.FreeBSD.org/~znerd/ant15-apidocs" />
</javadoc>
</target>