Commit d5e4835c authored by Bas de Nooijer's avatar Bas de Nooijer

Updated build.xml

parent 4eacb509
...@@ -33,10 +33,7 @@ you could also write the switches here) ...@@ -33,10 +33,7 @@ you could also write the switches here)
<!-- Generate jdepend.xml and software metrics charts --> <!-- Generate jdepend.xml and software metrics charts -->
<target name="pdepend"> <target name="pdepend">
<exec executable="pdepend"> <exec executable="pdepend">
<arg line="--overview-pyramid=${basedir}/build/pdepend/overview-pyramid.svg" /> <arg line="--jdepend-xml=${basedir}/build/logs/jdepend.xml library" />
<arg line="--jdepend-chart=${basedir}/build/pdepend/dependencies.svg" />
<arg line="--jdepend-xml=${basedir}/build/logs/jdepend.xml" />
<arg line="library" />
</exec> </exec>
</target> </target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment