From c1ac1f6b1f0675dece725c5b9d04a8823335cb09 Mon Sep 17 00:00:00 2001 From: Mikael Vappula Date: Fri, 2 Dec 2011 15:05:24 +0200 Subject: Cleaned up Ivy configuration Targets related to Ivy configuration are now in separate common.xml file which is imported to main build files. --- build/build.xml | 66 ++++++++++++------------------------------------------- build/common.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++ build/ivy/ivy.xml | 37 ++++++++++++++----------------- 3 files changed, 83 insertions(+), 73 deletions(-) create mode 100644 build/common.xml (limited to 'build') diff --git a/build/build.xml b/build/build.xml index f06de06ba0..29a39ce896 100644 --- a/build/build.xml +++ b/build/build.xml @@ -6,6 +6,9 @@ name="Vaadin" basedir="../" default="package-all"> + + + @@ -19,55 +22,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - + + + + - - - Loading Ant tasks - - - - - - - - - - - - + @@ -99,7 +61,7 @@ - + @@ -473,7 +435,7 @@ - + Compiling widgetset ${widgetset}. Output directory: ${widgetsets-output-dir} @@ -933,7 +895,7 @@ - + - + @@ -1030,7 +992,7 @@ - + diff --git a/build/common.xml b/build/common.xml new file mode 100644 index 0000000000..69e8065231 --- /dev/null +++ b/build/common.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Loading Ant tasks + + + + + + + + + + + + + diff --git a/build/ivy/ivy.xml b/build/ivy/ivy.xml index 868c5464c4..9dd69e1abe 100644 --- a/build/ivy/ivy.xml +++ b/build/ivy/ivy.xml @@ -4,19 +4,14 @@ - - - - - + + + + - - - - + + @@ -25,23 +20,23 @@ - - + + - + - - - + + + - - + + - - + + -- cgit v1.2.3