Skip to content

Commit

Permalink
pdepend also expects multiple directories to be seperated by commas t…
Browse files Browse the repository at this point in the history
…o work properly
  • Loading branch information
edorian committed Mar 7, 2011
1 parent 91668a7 commit 6084c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PPW/Preset/Default/build.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<arg line="--jdepend-xml=${basedir}/build/logs/jdepend.xml
--jdepend-chart=${basedir}/build/pdepend/dependencies.svg
--overview-pyramid=${basedir}/build/pdepend/overview-pyramid.svg
${source}" />
${source_comma_sep}" />
</exec>
</target>

Expand Down

0 comments on commit 6084c4a

Please sign in to comment.