From 9beaf0fa7fb404d20353ae2179863e9e3cb35ef9 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Sun, 17 Apr 2016 00:14:39 +0300 Subject: [PATCH] Further Ivy/Ant cleanup This change removes the top-level build.xml and some other Ivy/Ant configuration entries. Change-Id: I56fb1621a66ef190a72cfe1f9eb277bb878db4b5 --- build.xml | 60 -------------------------- common.xml | 107 ----------------------------------------------- uitest/build.xml | 4 +- 3 files changed, 2 insertions(+), 169 deletions(-) delete mode 100644 build.xml diff --git a/build.xml b/build.xml deleted file mode 100644 index 707cc08074..0000000000 --- a/build.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Java version is ${ant.java.version} as required. - - - diff --git a/common.xml b/common.xml index d61a98bc3c..fcada4e662 100644 --- a/common.xml +++ b/common.xml @@ -13,114 +13,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/uitest/build.xml b/uitest/build.xml index 68e6da0fd4..36d097ba82 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -6,7 +6,6 @@ Provides a uitest WAR containing Vaadin UI tests - @@ -60,7 +59,8 @@ - + + Checkstyle is disabled for uitest for now -- 2.39.5