From 0e991f21cbf32c1b62eaec8eab282d3b64fce21b Mon Sep 17 00:00:00 2001 From: Maurizio Cimadamore Date: Thu, 5 May 2016 11:18:13 +0100 Subject: [PATCH] 8155959: Langtools ant build should support new Xpatch option format Switch ant build and IntelliJ project to use the new Xpatch syntax flavor Reviewed-by: jlahoda, jjg --- langtools/make/build.xml | 19 ++++++++++++++++--- langtools/make/intellij/workspace.xml | 12 ++++++------ langtools/make/launcher.sh-template | 13 +------------ 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/langtools/make/build.xml b/langtools/make/build.xml index ee0c3281c49..e96ec89a819 100644 --- a/langtools/make/build.xml +++ b/langtools/make/build.xml @@ -83,6 +83,17 @@ + + + + + + + + + + +