From 5249ca7f8ae931aaaee2a6b5e9af9f0a1d349000 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 25 Jul 2012 12:32:51 +0300 Subject: [PATCH] Support using pre-compiled GWT JARs in build with use.precompiled.gwt . If the option is specified, gwt.lib.dir should point to a directory containing the required GWT JARs. --- build/build.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/build/build.xml b/build/build.xml index e01d33db3e..8935d5a23f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -60,9 +60,11 @@ - + + @@ -79,9 +81,11 @@ - + + @@ -666,7 +670,8 @@ - + + @@ -750,14 +755,19 @@ - - + + + + -- 2.39.5