diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/ide.xml | 7 |
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"/> --> |