changeset 62:880f230dd947

change ivy-report to only produce 'runtime' report and produce dot files
author smith@nwoca.org
date Tue, 27 Sep 2011 14:23:43 -0400
parents 0fe9ada37b0a
children 5d200e63ba1a
files ivy-ant.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ivy-ant.xml	Mon Aug 08 14:56:33 2011 -0400
+++ b/ivy-ant.xml	Tue Sep 27 14:23:43 2011 -0400
@@ -26,7 +26,7 @@
     <target name="ivy-report" depends="init">
         <mkdir dir="${build.dir}/ivy"/>
         <ivy:resolve log="quiet" file="ivy.xml"/>
-        <ivy:report todir="${build.dir}/ivy" conf="*"/>
+        <ivy:report todir="${build.dir}/ivy" conf="runtime" graph="false" dot="true"/>
     </target>
 
     <target name="ivy-info" depends="init">