summaryrefslogtreecommitdiffstats
path: root/build/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.xml')
-rw-r--r--build/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.xml b/build/common.xml
index 39f3ee7d9f..9220cf6612 100644
--- a/build/common.xml
+++ b/build/common.xml
@@ -32,7 +32,7 @@
<target name="init-taskdefs" depends="ivy-configure" unless="deps.initialized">
<echo>Loading Ant tasks</echo>
- <ivy:resolve file="${project.root}/build/ivy/ivy.xml" conf="taskdefs" />
+ <ivy:resolve log="download-only" file="${project.root}/build/ivy/ivy.xml" conf="taskdefs" />
<ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" />
<taskdef resource="emma_ant.properties" classpathref="taskdefs.classpath" />