From c2afd4339ae1c8158171da93744abc2c27e2cbf4 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Sat, 2 Apr 2016 14:34:05 +0300 Subject: Remove most Ivy files Consolidate Ivy dependencies for Eclipse and ide.xml in one location and remove redundant ivy.xml files. This also fixes some theme and resource paths in ide.xml but does not fully fix test theme compilation. Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1 --- .classpath | 8 +-- build/ide.xml | 57 +++++++-------- build/ivy.xml | 188 ++++++++++++++++++++++++++++++++++++++++++++++++ buildhelpers/ivy.xml | 37 ---------- client-compiled/ivy.xml | 32 --------- client-compiler/ivy.xml | 106 --------------------------- client/ivy.xml | 21 ------ push/ivy.xml | 33 --------- server/ivy.xml | 79 -------------------- shared/ivy.xml | 24 ------- themes/ivy.xml | 35 --------- 11 files changed, 218 insertions(+), 402 deletions(-) create mode 100644 build/ivy.xml delete mode 100644 buildhelpers/ivy.xml delete mode 100644 client-compiled/ivy.xml delete mode 100644 client-compiler/ivy.xml delete mode 100644 client/ivy.xml delete mode 100644 push/ivy.xml delete mode 100644 server/ivy.xml delete mode 100644 shared/ivy.xml delete mode 100644 themes/ivy.xml diff --git a/.classpath b/.classpath index 4bf0cd96f8..3a407350de 100644 --- a/.classpath +++ b/.classpath @@ -18,15 +18,9 @@ - - - - + - - - diff --git a/build/ide.xml b/build/ide.xml index e5d5479ed6..a675a49e58 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -8,36 +8,23 @@ - - - - - - - - + + - - - - - - - - - - + + + @@ -72,40 +59,54 @@ - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + diff --git a/build/ivy.xml b/build/ivy.xml new file mode 100644 index 0000000000..1a415cb7b5 --- /dev/null +++ b/build/ivy.xml @@ -0,0 +1,188 @@ + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml deleted file mode 100644 index 8053328b54..0000000000 --- a/buildhelpers/ivy.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - Vaadin is a web application - framework for Rich Internet Applications (RIA). - - - - - - - - - - - - - - - - - - - - - diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml deleted file mode 100644 index 2fed37467a..0000000000 --- a/client-compiled/ivy.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml deleted file mode 100644 index 8aa7858647..0000000000 --- a/client-compiler/ivy.xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/client/ivy.xml b/client/ivy.xml deleted file mode 100644 index e612b6786d..0000000000 --- a/client/ivy.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/push/ivy.xml b/push/ivy.xml deleted file mode 100644 index 8bd9bc3d80..0000000000 --- a/push/ivy.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - -]> - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/server/ivy.xml b/server/ivy.xml deleted file mode 100644 index 05af3528c0..0000000000 --- a/server/ivy.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shared/ivy.xml b/shared/ivy.xml deleted file mode 100644 index 0dad8e4921..0000000000 --- a/shared/ivy.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/themes/ivy.xml b/themes/ivy.xml deleted file mode 100644 index 6514744efd..0000000000 --- a/themes/ivy.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3