summaryrefslogtreecommitdiffstats
path: root/java/jgrapht/files/patch-build.xml
blob: 2870d1748c703080dcb92cd6f4e4bda0c1dee79b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Patch to allow the JDK API location to be passed to Ant using -Djdk.api

--- build.xml.orig	2016-06-20 15:06:43 UTC
+++ build.xml
@@ -355,6 +355,7 @@
         <include name="**"/>
         <exclude name="org/jgrapht/experimental/**"/>
       </packageset>
+      <link offline="true" packagelistLoc="${jdk.api}" href="${jdk.api}"/>
     </javadoc>
   </target>
 
OpenPOWER on IntegriCloud