From 9a3dc4e99c7a417778342db83cd6e7c05558e5fb Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 30 May 2013 17:06:30 +0300 Subject: Formatted XML files using defined rules (#11956) Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995 --- build/common.xml | 80 +++++++------- build/ide.xml | 311 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 205 insertions(+), 186 deletions(-) (limited to 'build') diff --git a/build/common.xml b/build/common.xml index 1fc6349a46..ee60c1ff42 100644 --- a/build/common.xml +++ b/build/common.xml @@ -1,59 +1,65 @@ - - - + xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:ivy="antlib:org.apache.ivy.ant" + name="common" basedir="../" default="init-deps"> + + + - - + + - + - - - - + + + + - - + + + + + + + + + + - - - - - - - - Loading Ant tasks - + - - - - + + + + - - + + - - + uri="antlib:org.apache.maven.artifact.ant" classpathref="taskdefs.classpath" /> + + + classpathref="taskdefs.classpath" /> diff --git a/build/ide.xml b/build/ide.xml index b1845020f3..5380536e2e 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -1,152 +1,165 @@ - - - - - - - - - - - - - Using gwt files from ${gwt.user.classes} and ${gwt.dev.classes} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compiling ${module} to ${module.output.dir} with parameters -logLevel TRACE -style ${style} -localWorkers ${localWorkers} -strict ${extraParams} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${vaadinPush.js.contents} - + + + + + + + + + + + + + Using gwt files from ${gwt.user.classes} and + ${gwt.dev.classes} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling ${module} to ${module.output.dir} with + parameters -logLevel TRACE -style ${style} -localWorkers + ${localWorkers} -strict ${extraParams} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${vaadinPush.js.contents} + \ No newline at end of file -- cgit v1.2.3