freebsd-ports/textproc/ant-xinclude-task/files/patch-build.xml
Herve Quiroz 926132766a - Unbreak port by patching build.xml
- bsd.java.mk 2.0 compliance
- ${CP} -> ${INSTALL_DATA}
- ${ECHO} -> ${ECHO_MSG}
- Use USE_ANT
- Use PLIST_FILES to remove pkg-plist
- Finer tuning of CLASSPATH (only xincluder.jar, not the whole ${JAVAJARDIR}
  content)

PR:		70364
Submitted by:	me
Approved by:	glewis (mentor)
2004-08-25 15:36:57 +00:00

11 lines
378 B
XML

--- build.xml.orig Thu Aug 12 12:17:41 2004
+++ build.xml Thu Aug 12 12:20:10 2004
@@ -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>