diff options
author | Artur Signell <artur@vaadin.com> | 2013-09-04 21:04:11 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-09-04 21:04:11 +0300 |
commit | 3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c (patch) | |
tree | f36b52613dcc21004d21e18872a4a8734a1513d5 /client-compiled | |
parent | bc90a58b6ea58e441af6f83380ab8c979a8a6c7b (diff) | |
download | vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.tar.gz vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.zip |
Reduce Ivy resolver spam to a minimum (#12510)
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-compiled/build.xml b/client-compiled/build.xml index fa5ff262db..883d3c88ea 100644 --- a/client-compiled/build.xml +++ b/client-compiled/build.xml @@ -40,7 +40,7 @@ <target name="compile-module-cache"> <fail unless="module" message="You must give the module to compile in the 'module' parameter" /> - <ivy:resolve resolveid="common" conf="compile-module" /> + <ivy:resolve log="download-only" resolveid="common" conf="compile-module" /> <ivy:cachepath pathid="classpath.compile.widgetset" conf="compile-module" /> <echo>Creating gwtar files for ${module} in ${gwtar.dir}</echo> @@ -63,7 +63,7 @@ <property name="localWorkers" value="2" /> <property name="extraParams" value="" /> - <ivy:resolve resolveid="common" conf="compile-module" /> + <ivy:resolve log="download-only" resolveid="common" conf="compile-module" /> <ivy:cachepath pathid="classpath.compile.widgetset" conf="compile-module" /> <mkdir dir="${module.output.dir}" /> |