From 96b23eef54ab56b88ee9d8dd8e6f15a414c7ba11 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 14 Jun 2012 16:56:10 +0300 Subject: Integrate GWT build with Vaadin - first step. Build vaadin.jar that contains the contents of gwt-user.jar, gwt-dev.jar and gwt-codeserver.jar in addition to Vaadin itself. The property gwt.root must be defined and point to a GWT trunk branch check-out. The tools branch should be checked out in a directory next to it. --- build/GWT-VERSION.properties | 2 +- build/build.xml | 74 +++++++++++++++++++++++++++++++++++++++++--- build/ivy/ivy.xml | 5 +-- 3 files changed, 72 insertions(+), 9 deletions(-) (limited to 'build') diff --git a/build/GWT-VERSION.properties b/build/GWT-VERSION.properties index 028ad8b4de..e5bb635e01 100644 --- a/build/GWT-VERSION.properties +++ b/build/GWT-VERSION.properties @@ -1,2 +1,2 @@ -gwt-version=2.4.0 +gwt-version=2.5.0 gwt-version-dependencies=validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar diff --git a/build/build.xml b/build/build.xml index 97f7c1c274..9510cc50fb 100644 --- a/build/build.xml +++ b/build/build.xml @@ -34,16 +34,57 @@ + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + @@ -265,7 +306,7 @@ description="Build package required files, without packing them."> - + - + Compiling widget sets in parallel. @@ -600,6 +641,20 @@ + + + + + + + + + + + + + + @@ -658,6 +713,17 @@ + + + + + + + + + + + diff --git a/build/ivy/ivy.xml b/build/ivy/ivy.xml index ffcf7b19c8..6b569d1248 100644 --- a/build/ivy/ivy.xml +++ b/build/ivy/ivy.xml @@ -19,11 +19,8 @@ - - + - - -- cgit v1.2.3