Mercurial > public > develkit
diff ivy-ant.xml @ 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 | 885cf9e76820 |
children | a85308f02ef4 |
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">