aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openjfx11/configure-ant-home.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openjfx11/configure-ant-home.patch')
-rw-r--r--testing/openjfx11/configure-ant-home.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/openjfx11/configure-ant-home.patch b/testing/openjfx11/configure-ant-home.patch
deleted file mode 100644
index 5bb975126c0..00000000000
--- a/testing/openjfx11/configure-ant-home.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- old/build.gradle
-+++ new/build.gradle
-@@ -764,7 +764,7 @@
- List<String> params // parameters (usually -Dxxx=yyy)
- ) {
- // Try to use ANT_HOME
-- String antHomeEnv = System.getenv("ANT_HOME")
-+ String antHomeEnv = "$ANT_HOME"
- String antHome = antHomeEnv != null ? cygpath(antHomeEnv) : null;
- String ant = (antHome != null && !antHome.equals("")) ? "$antHome/bin/ant" : "ant";
-