Commit 3ea5b8b8 authored by Bas de Nooijer's avatar Bas de Nooijer

Small bugfix in build.xml

parent 73959ce1
...@@ -33,7 +33,7 @@ you could also write the switches here) ...@@ -33,7 +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="--jdepend-xml=${basedir}/build/logs/jdepend.xml libraru" /> <arg line="--jdepend-xml=${basedir}/build/logs/jdepend.xml 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