diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-11-28 16:05:36 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-11-28 16:05:36 +0000 |
commit | 6a3be72a2b0b8ea12d7c61102e194362e8943062 (patch) | |
tree | d1b109f4e7e853ef79210f59dfd533ca2486a0eb /java/jgrapht/files/patch-build.xml | |
parent | update to 0.5.4 (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=149792
Diffstat (limited to 'java/jgrapht/files/patch-build.xml')
-rw-r--r-- | java/jgrapht/files/patch-build.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/java/jgrapht/files/patch-build.xml b/java/jgrapht/files/patch-build.xml new file mode 100644 index 000000000000..0dbc69640b36 --- /dev/null +++ b/java/jgrapht/files/patch-build.xml @@ -0,0 +1,14 @@ +$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>
+
|