freebsd-ports/java/jgrapht/files/patch-build.xml
Herve Quiroz 3f84f72652 Update to 0.7.0
PR:		109891
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-03-11 11:35:58 +00:00

14 lines
407 B
XML

$FreeBSD$
Patch to allow the JDK API location to be passed to Ant using -Djdk.api
--- build.xml.orig Mon Jul 3 00:53:38 2006
+++ build.xml Sun Mar 11 12:16:31 2007
@@ -400,6 +400,7 @@
<include name="**"/>
<exclude name="org/jgrapht/experimental/**"/>
</packageset>
+ <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
</javadoc>
</target>