From 557acfb6c4212ad1ddd5270fc7e25f1fc3d63762 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 31 Aug 2012 16:13:18 +0300 Subject: Module for compiled client side (#9299) --- client-compiled/ivy.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 client-compiled/ivy.xml (limited to 'client-compiled/ivy.xml') diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml new file mode 100644 index 0000000000..5e739a0d0d --- /dev/null +++ b/client-compiled/ivy.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 1d6f0611a8dc7478caf2126ccd191d4284259cba Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 3 Sep 2012 15:36:28 +0300 Subject: Added themes-compiled module (#9299) --- build.xml | 5 +- buildhelpers/ivy.xml | 2 +- client-compiled/build.xml | 33 +++--- client-compiled/ivy.xml | 11 +- client-compiler/ivy.xml | 2 +- client/ivy.xml | 2 +- common.xml | 7 +- ivysettings.xml | 4 + server/build.xml | 7 +- server/ivy.xml | 6 +- shared/ivy.xml | 5 +- theme-compiler/build.xml | 2 +- theme-compiler/ivy.xml | 10 +- .../vaadin/buildhelpers/CompileDefaultTheme.java | 121 --------------------- .../src/com/vaadin/buildhelpers/CompileTheme.java | 114 +++++++++++++++++++ themes-compiled/build.xml | 103 ++++++++++++++++++ themes-compiled/ivy.xml | 21 ++++ uitest/build.xml | 10 +- uitest/ivy.xml | 19 ++-- 19 files changed, 311 insertions(+), 173 deletions(-) delete mode 100755 theme-compiler/src/com/vaadin/buildhelpers/CompileDefaultTheme.java create mode 100644 theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java create mode 100644 themes-compiled/build.xml create mode 100644 themes-compiled/ivy.xml (limited to 'client-compiled/ivy.xml') diff --git a/build.xml b/build.xml index fc7007f47c..44965003c0 100644 --- a/build.xml +++ b/build.xml @@ -27,8 +27,9 @@ - - + + + diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 9d8055bb3f..a2a6ea35ae 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -17,7 +17,7 @@ - + diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 588d232ab2..8cead01a79 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -28,8 +28,8 @@ - - + + Compiling ${module} to ${module.output.dir} @@ -72,29 +72,36 @@ Compiled ${module} - + + - - + + + + - + + + + +--> - - - + + + - - - WHAT? No tests for ${module.name}! - + + + WHAT? No tests for ${module.name}! + \ No newline at end of file diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index 5e739a0d0d..7c0fcf0162 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -8,19 +8,20 @@ + - + + rev="${vaadin.version}" conf="compile-module-> build" /> + rev="${vaadin.version}" conf="compile-module-> build" /> + rev="${vaadin.version}" conf="compile-module-> build" /> + rev="1.0.0.GA" conf="compile-module-> default,sources" /> diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index f0cabd85bb..4eafb3cbae 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -9,7 +9,7 @@ - + diff --git a/client/ivy.xml b/client/ivy.xml index 26c271fe22..e81984949f 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -9,7 +9,7 @@ - + diff --git a/common.xml b/common.xml index 5e1943aba2..91a907f003 100644 --- a/common.xml +++ b/common.xml @@ -21,7 +21,9 @@ - + + + @@ -201,9 +203,10 @@ + - + diff --git a/ivysettings.xml b/ivysettings.xml index 63d97b304c..f9b3450be3 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -41,8 +41,12 @@ resolver="build-temp" /> + + diff --git a/server/build.xml b/server/build.xml index 1d3f8a5938..2763d5ff10 100644 --- a/server/build.xml +++ b/server/build.xml @@ -16,13 +16,14 @@ - - + + + @@ -36,7 +37,7 @@ - + diff --git a/server/ivy.xml b/server/ivy.xml index 10f06700e5..e6f3d60de6 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -9,8 +9,8 @@ - - + + @@ -39,8 +39,6 @@ - - + - - diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index 71b1a6ae3e..aa378f7769 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -13,7 +13,7 @@ - + diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 1876a0fed1..00da62582c 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -9,7 +9,7 @@ - + @@ -18,6 +18,12 @@ + + + + + + diff --git a/theme-compiler/src/com/vaadin/buildhelpers/CompileDefaultTheme.java b/theme-compiler/src/com/vaadin/buildhelpers/CompileDefaultTheme.java deleted file mode 100755 index 5b17ae4902..0000000000 --- a/theme-compiler/src/com/vaadin/buildhelpers/CompileDefaultTheme.java +++ /dev/null @@ -1,121 +0,0 @@ -package com.vaadin.buildhelpers; - -import java.io.BufferedWriter; -import java.io.File; -import java.io.FileNotFoundException; -import java.io.FileWriter; -import java.io.IOException; - -import com.vaadin.sass.ScssStylesheet; - -/** - * Helper to combine css divided into separate per component dirs into one to - * optimize http requests. - */ -public class CompileDefaultTheme { - - private static final String ARG_VERSION = "-version"; - - private static final String THEME_DIR = "./WebContent/VAADIN/themes/"; - private static final String BASE = "base"; - private static final String RUNO = "runo"; - private static final String REINDEER = "reindeer"; - private static final String LIFERAY = "liferay"; - private static final String CHAMELEON = "chameleon"; - - /** - * @param args - * @throws IOException - */ - public static void main(String[] args) throws IOException { - String ver = null; - for (int i = 0; i < args.length; i++) { - if (ARG_VERSION.equals(args[i])) { - if (args.length >= i) { - ver = args[i + 1]; - } - break; - } - } - - for (String themeName : new String[] { BASE, RUNO, LIFERAY, CHAMELEON }) { - try { - processSassTheme(themeName, false, ver); - System.out.println("Compiling theme " + themeName - + " successful"); - } catch (Exception e) { - System.err.println("Compiling theme " + themeName + " failed"); - e.printStackTrace(); - } - } - - // Compile Reindeer last, since it requires the spriting operation - // (makes testing the other themes a bit faster, since you don't need to - // wait for the spriting operation to finish before the theme CSS is - // compiled) - for (String themeName : new String[] { REINDEER }) { - try { - processSassTheme(themeName, true, ver); - System.out.println("Compiling theme " + themeName - + " successful"); - } catch (Exception e) { - System.err.println("Compiling theme " + themeName + " failed"); - e.printStackTrace(); - } - } - } - - private static void processSassTheme(String themeName, - boolean useSmartSprites, String version) throws Exception { - - StringBuffer cssHeader = new StringBuffer(); - - // Theme version - if (version == null) { - version = "9.9.9.INTERNAL-DEBUG-BUILD"; - } - version = version.replaceAll("\\.", "_"); - cssHeader.append(".v-theme-version:after {content:\"" + version - + "\";}\n"); - cssHeader.append(".v-theme-version-" + version + " {display: none;}\n"); - - String stylesCssDir = THEME_DIR + themeName + "/"; - String stylesCssName = stylesCssDir + "styles.css"; - - // Process as SASS file - ScssStylesheet scss = ScssStylesheet.get(stylesCssDir + "styles.scss"); - scss.compile(); - - BufferedWriter out = new BufferedWriter(new FileWriter(stylesCssName)); - out.write(cssHeader.toString()); - out.write(scss.toString()); - out.close(); - - System.out.println("Compiled CSS to " + stylesCssName + " (" - + scss.toString().length() + " bytes)"); - - if (useSmartSprites) { - createSprites(themeName); - System.out.println("Used SmartSprites to create sprites"); - File oldCss = new File(stylesCssName); - oldCss.delete(); - - File newCss = new File(stylesCssDir + "styles-sprite.css"); - boolean ok = newCss.renameTo(oldCss); - if (!ok) { - System.out.println("Rename " + newCss + " -> " + oldCss - + " failed"); - } - } - } - - private static void createSprites(String themeName) - throws FileNotFoundException, IOException { - String[] parameters = new String[] { "--sprite-png-depth", "AUTO", - "--css-file-suffix", "-sprite", "--css-file-encoding", "UTF-8", - "--root-dir-path", THEME_DIR + themeName, "--log-level", "WARN" }; - - org.carrot2.labs.smartsprites.SmartSprites.main(parameters); - - } -} diff --git a/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java new file mode 100644 index 0000000000..c0bfb9aa7f --- /dev/null +++ b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java @@ -0,0 +1,114 @@ +package com.vaadin.buildhelpers; + +import java.io.BufferedWriter; +import java.io.File; +import java.io.FileNotFoundException; +import java.io.FileWriter; +import java.io.IOException; + +import org.apache.commons.cli.CommandLine; +import org.apache.commons.cli.CommandLineParser; +import org.apache.commons.cli.HelpFormatter; +import org.apache.commons.cli.Options; +import org.apache.commons.cli.ParseException; +import org.apache.commons.cli.PosixParser; + +import com.vaadin.sass.ScssStylesheet; +import com.vaadin.shared.Version; + +/** + * Helper to combine css divided into separate per component dirs into one to + * optimize http requests. + */ +public class CompileTheme { + + /** + * @param args + * @throws IOException + * @throws ParseException + */ + public static void main(String[] args) throws IOException, ParseException { + Options options = new Options(); + options.addOption("t", "theme", true, "the theme to compile"); + options.addOption("f", "theme-folder", true, + "the folder containing the theme"); + options.addOption("s", "sprites", true, "use smartsprites"); + CommandLineParser parser = new PosixParser(); + CommandLine params = parser.parse(options, args); + if (!params.hasOption("theme") || !params.hasOption("theme-folder")) { + // automatically generate the help statement + HelpFormatter formatter = new HelpFormatter(); + formatter.printHelp(CompileTheme.class.getName(), options); + return; + } + String themeName = params.getOptionValue("theme"); + String themeFolder = params.getOptionValue("theme-folder"); + boolean useSprites = params.hasOption("sprites"); + + String version = Version.getFullVersion(); + try { + processSassTheme(themeFolder, themeName, useSprites, version); + System.out.println("Compiling theme " + themeName + " successful"); + } catch (Exception e) { + System.err.println("Compiling theme " + themeName + " failed"); + e.printStackTrace(); + } + } + + private static void processSassTheme(String themeFolder, String themeName, + boolean useSmartSprites, String version) throws Exception { + + StringBuffer cssHeader = new StringBuffer(); + + version = version.replaceAll("\\.", "_"); + cssHeader.append(".v-theme-version:after {content:\"" + version + + "\";}\n"); + cssHeader.append(".v-theme-version-" + version + " {display: none;}\n"); + + String stylesCssDir = themeFolder + File.separator + themeName + + File.separator; + String stylesCssName = stylesCssDir + "styles.css"; + + // Process as SASS file + String sassFile = stylesCssDir + "styles.scss"; + ScssStylesheet scss = ScssStylesheet.get(sassFile); + if (scss == null) { + throw new IllegalArgumentException("SASS file: " + sassFile + + " not found"); + } + scss.compile(); + + BufferedWriter out = new BufferedWriter(new FileWriter(stylesCssName)); + out.write(cssHeader.toString()); + out.write(scss.toString()); + out.close(); + + System.out.println("Compiled CSS to " + stylesCssName + " (" + + scss.toString().length() + " bytes)"); + + if (useSmartSprites) { + createSprites(themeFolder, themeName); + System.out.println("Used SmartSprites to create sprites"); + File oldCss = new File(stylesCssName); + oldCss.delete(); + + File newCss = new File(stylesCssDir + "styles-sprite.css"); + boolean ok = newCss.renameTo(oldCss); + if (!ok) { + System.out.println("Rename " + newCss + " -> " + oldCss + + " failed"); + } + } + } + + private static void createSprites(String themeFolder, String themeName) + throws FileNotFoundException, IOException { + String[] parameters = new String[] { "--sprite-png-depth", "AUTO", + "--css-file-suffix", "-sprite", "--css-file-encoding", "UTF-8", + "--root-dir-path", themeFolder + File.separator + themeName, + "--log-level", "WARN" }; + + org.carrot2.labs.smartsprites.SmartSprites.main(parameters); + + } +} diff --git a/themes-compiled/build.xml b/themes-compiled/build.xml new file mode 100644 index 0000000000..c295c570cd --- /dev/null +++ b/themes-compiled/build.xml @@ -0,0 +1,103 @@ + + + + + Themes compiled to CSS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling ${theme} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WHAT? No tests for ${module.name}! + + + \ No newline at end of file diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml new file mode 100644 index 0000000000..746acf38c1 --- /dev/null +++ b/themes-compiled/ivy.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + diff --git a/uitest/build.xml b/uitest/build.xml index 6b8a6934c3..8a5fe71b35 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -17,8 +17,8 @@ - - + + @@ -55,10 +55,14 @@ + + + + - + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 2e4829b721..583e09c76b 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -8,8 +8,7 @@ - - + @@ -17,28 +16,26 @@ + rev="2.0" conf="ide -> default" /> + rev="1.0.0.GA" conf="ide -> default" /> + rev="2.5" conf="ide -> default" /> + rev="1.2.1" conf="ide -> default" /> - - + Date: Tue, 4 Sep 2012 00:33:58 +0300 Subject: Client-compiled-cache artifact (#9299) --- client-compiled/build.xml | 99 ++++++++++++++++++++++++++++++----------------- client-compiled/ivy.xml | 3 +- gwt-files.xml | 2 +- uitest/build.xml | 1 + uitest/ivy.xml | 10 +++-- 5 files changed, 73 insertions(+), 42 deletions(-) (limited to 'client-compiled/ivy.xml') diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 8cead01a79..6533ce2744 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -1,6 +1,6 @@ - + Compiled (JS+HTML) version of client side @@ -12,6 +12,17 @@ + + + + + + + + + + + @@ -20,40 +31,50 @@ + + + + + Creating gwtar files for ${module} in ${gwtar.dir} + + + + + + + + + + + + + + - - - Compiling ${module} to ${module.output.dir} - - - - + Compiling ${module} to ${module.output.dir} + + + + + + + + @@ -67,41 +88,47 @@ - + - Compiled ${module} + + + + + + + + + - + - - + - + - + + - + - ---> - - - + + + - - - WHAT? No tests for ${module.name}! - + + + WHAT? No tests for ${module.name}! + \ No newline at end of file diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index 7c0fcf0162..496177682a 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -11,7 +11,8 @@ - + + - + diff --git a/uitest/build.xml b/uitest/build.xml index 8a5fe71b35..9090df7dcc 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -66,6 +66,7 @@ + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 583e09c76b..b243dfd8ec 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -16,21 +16,23 @@ + rev="2.0" conf="build,ide -> default" /> + rev="1.0.0.GA" conf="build,ide -> default" /> + rev="2.5" conf="build,ide -> default" /> + rev="1.2.1" conf="build,ide -> default" /> + Date: Tue, 4 Sep 2012 16:22:57 +0300 Subject: Do not build client-compiled-cache for now, it should be a separate module (#9299) --- client-compiled/ivy.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client-compiled/ivy.xml') diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index 496177682a..eb5513171e 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -11,8 +11,9 @@ - - + + + Date: Tue, 4 Sep 2012 22:56:14 +0300 Subject: Generate pom artifacts and automatically publish to local Maven (#9299) --- buildhelpers/ivy.xml | 8 +++++--- client-compiled/build.xml | 4 +--- client-compiled/ivy.xml | 5 +++-- client-compiler/ivy.xml | 5 +++-- client/ivy.xml | 3 ++- common.xml | 14 ++++++++++++-- ivysettings.xml | 4 ++++ server/ivy.xml | 5 +++-- shared/ivy.xml | 5 +++-- theme-compiler/ivy.xml | 5 +++-- themes-compiled/build.xml | 3 ++- themes-compiled/ivy.xml | 5 +++-- uitest/build.xml | 2 +- uitest/ivy.xml | 4 ++-- 14 files changed, 47 insertions(+), 25 deletions(-) (limited to 'client-compiled/ivy.xml') diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index a2a6ea35ae..9d74b56f59 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -17,13 +17,15 @@ - + - - + + + + diff --git a/client-compiled/build.xml b/client-compiled/build.xml index 2f0c2f6e9c..9327e6da5f 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -94,7 +94,6 @@ - @@ -115,7 +114,6 @@ - @@ -123,7 +121,7 @@ - + diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index eb5513171e..bddabc8bb8 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -11,8 +11,9 @@ - - + + + diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 4eafb3cbae..8c991b2223 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -12,8 +12,9 @@ - - + + + diff --git a/client/ivy.xml b/client/ivy.xml index e81984949f..52706b4ed9 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -13,7 +13,8 @@ - + + diff --git a/common.xml b/common.xml index 191b522bc4..c457d827a9 100644 --- a/common.xml +++ b/common.xml @@ -20,7 +20,7 @@ - + @@ -86,7 +86,6 @@ - @@ -211,5 +210,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/ivysettings.xml b/ivysettings.xml index f9b3450be3..5940218108 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -11,6 +11,10 @@ + + + diff --git a/server/ivy.xml b/server/ivy.xml index c0951e90a3..1e1b4460d7 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -13,8 +13,9 @@ - - + + + diff --git a/shared/ivy.xml b/shared/ivy.xml index f445514bcd..8c344a92e9 100644 --- a/shared/ivy.xml +++ b/shared/ivy.xml @@ -13,8 +13,9 @@ - - + + + diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 00da62582c..06285afaf1 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -13,8 +13,9 @@ - - + + + diff --git a/themes-compiled/build.xml b/themes-compiled/build.xml index c295c570cd..a3adbd654f 100644 --- a/themes-compiled/build.xml +++ b/themes-compiled/build.xml @@ -41,7 +41,8 @@ - + + diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml index 746acf38c1..6bf7d0d813 100644 --- a/themes-compiled/ivy.xml +++ b/themes-compiled/ivy.xml @@ -11,8 +11,9 @@ - - + + + diff --git a/uitest/build.xml b/uitest/build.xml index a97886dc8b..29f1540321 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -50,7 +50,7 @@ - + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 6cb7fc9050..563be59b0b 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -13,8 +13,8 @@ - - + + Date: Wed, 5 Sep 2012 10:29:34 +0300 Subject: Build javadoc and sources jars (#9299) --- build.properties | 2 -- buildhelpers/ivy.xml | 4 ++-- client-compiled/ivy.xml | 12 ++++++++---- client-compiler/build.xml | 15 +++++++++------ client-compiler/ivy.xml | 13 ++++++++----- client/build.xml | 3 +++ client/ivy.xml | 5 ++++- common.xml | 22 ++++++++++++++++++---- ivysettings.xml | 2 +- pom-template.xml | 2 +- server/build.xml | 3 +++ server/ivy.xml | 5 ++++- shared/build.xml | 3 +++ shared/ivy.xml | 5 ++++- theme-compiler/build.xml | 3 +++ theme-compiler/ivy.xml | 7 ++++--- themes-compiled/ivy.xml | 11 +++++++---- uitest/ivy.xml | 3 ++- 18 files changed, 84 insertions(+), 36 deletions(-) (limited to 'client-compiled/ivy.xml') diff --git a/build.properties b/build.properties index f5682be0a0..fb08ef6690 100644 --- a/build.properties +++ b/build.properties @@ -5,5 +5,3 @@ vaadin.vendor=Vaadin Ltd vaadin.java.version=1.6 vaadin.version=0.0.0.unversioned-development-build -# repository into which Maven snapshots should be published -snapshot.repository.url=http://oss.sonatype.org/content/repositories/vaadin-snapshots diff --git a/buildhelpers/ivy.xml b/buildhelpers/ivy.xml index 9d74b56f59..ba44ebfc3f 100644 --- a/buildhelpers/ivy.xml +++ b/buildhelpers/ivy.xml @@ -22,8 +22,8 @@ - - + + diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index bddabc8bb8..a136929929 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -1,19 +1,23 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> + - - - + + + + + diff --git a/client-compiler/build.xml b/client-compiler/build.xml index fd29e8ed02..97645ea51c 100644 --- a/client-compiler/build.xml +++ b/client-compiler/build.xml @@ -25,12 +25,12 @@ - - - - - - + + + + + + gwt.version=${vaadin.version} gwt.svnrev=${git.revision} @@ -40,6 +40,9 @@ gwt.svnrev=${git.revision} + + + diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 8c991b2223..d824f503b2 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -9,12 +10,14 @@ - + - - - + + + + + diff --git a/client/build.xml b/client/build.xml index de1b5444a8..f0ee0892f9 100644 --- a/client/build.xml +++ b/client/build.xml @@ -28,6 +28,9 @@ + + + diff --git a/client/ivy.xml b/client/ivy.xml index 52706b4ed9..39ed494d86 100644 --- a/client/ivy.xml +++ b/client/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/common.xml b/common.xml index c457d827a9..efaf47d30d 100644 --- a/common.xml +++ b/common.xml @@ -1,8 +1,21 @@ - + + - + + + + + + + + + + + + + @@ -22,6 +35,7 @@ + @@ -205,12 +219,12 @@ - + - + diff --git a/ivysettings.xml b/ivysettings.xml index 5940218108..487fc921df 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -28,7 +28,7 @@ + pattern="${ivy.settings.dir}/result/artifacts/[revision]/[module]/[artifact]-[revision](-[classifier]).[ext]" /> diff --git a/pom-template.xml b/pom-template.xml index cec0ca6dc4..563a5a8e97 100644 --- a/pom-template.xml +++ b/pom-template.xml @@ -2,7 +2,7 @@ 4.0.0 com.vaadin ${module.name} - ${vaadin.version} + ${vaadin.maven.version} Vaadin Vaadin Ltd diff --git a/server/build.xml b/server/build.xml index 2763d5ff10..c08df072cd 100644 --- a/server/build.xml +++ b/server/build.xml @@ -29,6 +29,9 @@ + + + diff --git a/server/ivy.xml b/server/ivy.xml index 1e1b4460d7..99e5ae7811 100644 --- a/server/ivy.xml +++ b/server/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/shared/build.xml b/shared/build.xml index 29f68ef643..d458b57d71 100644 --- a/shared/build.xml +++ b/shared/build.xml @@ -22,6 +22,9 @@ + + + diff --git a/shared/ivy.xml b/shared/ivy.xml index 8c344a92e9..413231ab01 100644 --- a/shared/ivy.xml +++ b/shared/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -14,6 +15,8 @@ + + diff --git a/theme-compiler/build.xml b/theme-compiler/build.xml index aa378f7769..300f2718aa 100644 --- a/theme-compiler/build.xml +++ b/theme-compiler/build.xml @@ -21,6 +21,9 @@ + + + diff --git a/theme-compiler/ivy.xml b/theme-compiler/ivy.xml index 06285afaf1..873faa7a84 100644 --- a/theme-compiler/ivy.xml +++ b/theme-compiler/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -15,8 +16,8 @@ - - + + diff --git a/themes-compiled/ivy.xml b/themes-compiled/ivy.xml index 6bf7d0d813..ce5260c598 100644 --- a/themes-compiled/ivy.xml +++ b/themes-compiled/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> @@ -11,9 +12,11 @@ - - - + + + + + diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 563be59b0b..2a9bc6b2ef 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -1,7 +1,8 @@ + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd" + xmlns:m="http://ant.apache.org/ivy/maven"> -- cgit v1.2.3 From 94b1759e67c07fbca4c7371b374da97feb0fe7e7 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 6 Sep 2012 19:09:03 +0300 Subject: Moved validation dependency to compiler (#9299) --- client-compiled/ivy.xml | 2 -- client-compiler/ivy.xml | 6 ++++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client-compiled/ivy.xml') diff --git a/client-compiled/ivy.xml b/client-compiled/ivy.xml index a136929929..7802775f70 100644 --- a/client-compiled/ivy.xml +++ b/client-compiled/ivy.xml @@ -27,8 +27,6 @@ rev="${vaadin.version}" conf="compile-module-> build" /> - diff --git a/client-compiler/ivy.xml b/client-compiler/ivy.xml index 3e8b46d77b..d57c3f700c 100644 --- a/client-compiler/ivy.xml +++ b/client-compiler/ivy.xml @@ -27,8 +27,10 @@ rev="${vaadin.version}" conf="build" /> - + + -- cgit v1.2.3