From aa89caa385d4f8bdb0a71c62ff6ae1743ac2a49e Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 20 Jun 2012 16:01:06 +0300 Subject: Build JAR with most GWT dependency packages rebased using jarjar. Precompiled versions of GWT modules (.gwtar files) are not included in the JAR in this version to reduce its size. --- build/build.xml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 74 insertions(+), 9 deletions(-) diff --git a/build/build.xml b/build/build.xml index 2146b72daa..8a670db893 100644 --- a/build/build.xml +++ b/build/build.xml @@ -45,6 +45,8 @@ + + @@ -564,7 +566,8 @@ Compiling widgetset ${widgetset}. Output directory: ${widgetsets-output-dir} - + + @@ -682,7 +686,6 @@ ${version.full} - ${gwt-version} - + - + + @@ -731,22 +737,81 @@ - - + + - + + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3