From 4a4ac77777f9619131d561e39ffa9b32742c0f5c Mon Sep 17 00:00:00 2001 From: Bogdan Udrescu Date: Tue, 29 Jul 2014 16:42:10 +0300 Subject: [PATCH] Revert "Fixing problem caused by release/7.2.6/39c3ab667db7ab7b2aa9cb4449e4ccad840135b3" This reverts commit 10b64f824597f85a5c83784a6b82802a4c7521a0. It also adds the gwt/ivy.xml to make the build work. Actually the project won't build with the latest GWT if we don't use the gwt/ivy.xml and the laters build/ide.xml from Leif's patch. Change-Id: I3cdd40303d309aa0ebf82bf427c307f96983a75d --- build/ide.xml | 9 +++------ gwt/ivy.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 gwt/ivy.xml diff --git a/build/ide.xml b/build/ide.xml index d6e3995373..76f37f9d2e 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -29,22 +29,19 @@ + + - - - - - - + diff --git a/gwt/ivy.xml b/gwt/ivy.xml new file mode 100644 index 0000000000..52d8acea92 --- /dev/null +++ b/gwt/ivy.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5