summaryrefslogtreecommitdiffstats
path: root/client-compiled/build.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-09-04 21:04:11 +0300
committerArtur Signell <artur@vaadin.com>2013-09-04 21:04:11 +0300
commit3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c (patch)
treef36b52613dcc21004d21e18872a4a8734a1513d5 /client-compiled/build.xml
parentbc90a58b6ea58e441af6f83380ab8c979a8a6c7b (diff)
downloadvaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.tar.gz
vaadin-framework-3d01d74aa44fc0384ef2e4ac836d2c0fb0f7314c.zip
Reduce Ivy resolver spam to a minimum (#12510)
Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
Diffstat (limited to 'client-compiled/build.xml')
-rw-r--r--client-compiled/build.xml4
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}" />