From: Henri Sara Date: Wed, 25 Jul 2012 09:32:51 +0000 (+0300) Subject: Support using pre-compiled GWT JARs in build with use.precompiled.gwt . X-Git-Tag: 7.0.0.beta1~236^2~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5249ca7f8ae931aaaee2a6b5e9af9f0a1d349000;p=vaadin-framework.git 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. --- 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 @@ - - + + + +