ports/java/jgrapht/files/patch-build.xml
Herve Quiroz 6a3be72a2b - Update to 0.6.0
" The new version delivers a cumulative update of new developments, bug
    fixes, and improvements, including an upgrade to JDK 1.4. "

- Set JAVA_VERSION=1.4+
- Add 'math' category [1]
- Use USE_ANT
- Fix COMMENT: some words seemed to be missing, turning the comment to a
  nonsense sentence
- ECHO_CMD -> ECHO_MSG
- Cleanup: remove "ex:ts=8" and uneeded targets
- Use ${FIND} | ${INSTALL_DATA} to install documentation files
- Take maintainership

Reported by:	portlint [1]
2005-11-28 16:05:36 +00:00

14 lines
446 B
XML

$FreeBSD$
Patch to allow the JDK API location to be passed to Ant using -Djdk.api
--- build.xml.orig Mon Nov 28 16:49:46 2005
+++ build.xml Mon Nov 28 16:50:27 2005
@@ -284,6 +284,7 @@
<include name="**"/>
<exclude name="org/_3pq/jgrapht/experimental/**"/>
</packageset>
+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
</javadoc>
</target>