From 416bd2036409a525f7507780b7b269da020b027f Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Tue, 3 Jul 2012 10:36:14 +0300 Subject: [PATCH] Update Ivy configuration and build script for integrated GWT. For ease of development, GWT "trunk" and "tools" are assumed to be checked out in a directory parallel to the project directory. Otherwise, the variable gwt.root can be used to give the location of trunk. Add Ivy dependencies for servlet API and libraries needed to compile tests (Jetty, Apache Commons) - these were previously used from GWT JARs. --- build/build.xml | 3 +++ build/ivy/ivy.xml | 12 +++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 6b3a046616..85bee09a52 100644 --- a/build/build.xml +++ b/build/build.xml @@ -35,6 +35,9 @@ + + + diff --git a/build/ivy/ivy.xml b/build/ivy/ivy.xml index 6b569d1248..fb94277434 100644 --- a/build/ivy/ivy.xml +++ b/build/ivy/ivy.xml @@ -12,6 +12,9 @@ + + + @@ -26,7 +29,14 @@ - + + + + + + + + -- 2.39.5