summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-06-10 20:16:05 +0300
committerVaadin Code Review <review@vaadin.com>2013-06-11 08:24:53 +0000
commit074d7b358db7bc746b61d26f3907c5b479912486 (patch)
tree668cb3914cbcba78a7a6c69497b3ff0d1fdbc5eb /build
parent424af57c0a99bf93066d331fe6a3a870cc44cf24 (diff)
downloadvaadin-framework-074d7b358db7bc746b61d26f3907c5b479912486.tar.gz
vaadin-framework-074d7b358db7bc746b61d26f3907c5b479912486.zip
Fixed incorrect line breaks (#12040)
Change-Id: Icd97ebd2b54731cf8133b940d024ad8f91c5922f
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ide.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/build/ide.xml b/build/ide.xml
index ab5749edaf..45130e9d01 100755
--- a/build/ide.xml
+++ b/build/ide.xml
@@ -11,8 +11,7 @@
<property name="gwt.user.super.src" location="${gwt.basedir}/user/super" />
<property name="work.dir" location="work" />
- <echo>Using gwt files from ${gwt.user.classes} and
- ${gwt.dev.classes}</echo>
+ <echo>Using gwt files from ${gwt.user.classes} and ${gwt.dev.classes}</echo>
<ivy:resolve file="client-compiler/ivy.xml" conf="ide" />
<ivy:cachepath pathid="client-compiler.deps" conf="ide" />
@@ -103,9 +102,7 @@
<mkdir dir="${module.output.dir}" />
- <echo>Compiling ${module} to ${module.output.dir} with
- parameters -logLevel TRACE -style ${style} -localWorkers
- ${localWorkers} -strict ${extraParams}</echo>
+ <echo>Compiling ${module} to ${module.output.dir} with parameters -logLevel TRACE -style ${style} -localWorkers ${localWorkers} -strict ${extraParams}</echo>
<!--<ivy:resolve inline="true" organisation="javax.validation" module="validation-api"
revision="1.0.0.GA"/> -->