summaryrefslogtreecommitdiffstats
path: root/common.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-10-09 11:56:04 +0300
committerVaadin Code Review <review@vaadin.com>2012-10-09 10:32:55 +0000
commit2bced3979f169a415756952f70e05c13d8d31cb7 (patch)
tree37ce6a9f8d079fbaa17dda6070cc1369288c13b8 /common.xml
parentdbf0c5f224a4cc33fcaace478b7f1118602d2e0f (diff)
downloadvaadin-framework-2bced3979f169a415756952f70e05c13d8d31cb7.tar.gz
vaadin-framework-2bced3979f169a415756952f70e05c13d8d31cb7.zip
Avoid logging all taskdef Ivy lookups
Change-Id: I73c79ed24f0d6bc024e1a1cef7d27653dc37e3b1
Diffstat (limited to 'common.xml')
-rw-r--r--common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.xml b/common.xml
index 0875fea71a..15f4891c12 100644
--- a/common.xml
+++ b/common.xml
@@ -13,7 +13,7 @@
<ivy:settings file="${vaadin.basedir}/ivysettings.xml" />
<ivy:settings file="${vaadin.basedir}/ivysettings.xml" id="ivysettings" />
- <ivy:resolve file="${vaadin.basedir}/ivy-taskdefs.xml" conf="taskdefs" />
+ <ivy:resolve file="${vaadin.basedir}/ivy-taskdefs.xml" conf="taskdefs" log="quiet" />
<ivy:cachepath pathid="taskdefs.classpath" conf="taskdefs" />
<taskdef uri="antlib:net.sf.antcontrib" resource="net/sf/antcontrib/antlib.xml" classpathref="taskdefs.classpath" />
<!-- ant contrib for Maven integration -->
@@ -355,4 +355,4 @@
<ivy:publish conf="${conf}" resolver="local-maven" overwrite="true">
</ivy:publish>
</target>
-</project> \ No newline at end of file
+</project>