Skip to content

Commit

Permalink
Small bugfix in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Aug 12, 2011
1 parent 73959ce commit 3ea5b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ you could also write the switches here)
<!-- Generate jdepend.xml and software metrics charts -->
<target name="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>
</target>

Expand Down

0 comments on commit 3ea5b8b

Please sign in to comment.