summaryrefslogtreecommitdiff
path: root/java/jgrapht/files/patch-build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/jgrapht/files/patch-build.xml')
-rw-r--r--java/jgrapht/files/patch-build.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/java/jgrapht/files/patch-build.xml b/java/jgrapht/files/patch-build.xml
deleted file mode 100644
index 2870d1748c70..000000000000
--- a/java/jgrapht/files/patch-build.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-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>
-