From 90eb229036bdf0407cdba7280da32f50add220e5 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 15 Dec 2016 12:01:01 +0300 Subject: [PATCH] Extract compiler-for-maven target in build.xml To be used after "compiler-quick" to quickly test changes to the compiler in the Maven build --- build.xml | 60 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/build.xml b/build.xml index c555cdd2ac4..5d80f49a632 100644 --- a/build.xml +++ b/build.xml @@ -643,35 +643,45 @@ - - - - - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + - - - + + - - - + + + + + + + + + + + +