Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Merge pull request #151 from LouisLandry/master
Browse files Browse the repository at this point in the history
Minor tweak to build file.
  • Loading branch information
eddieajau committed Jul 29, 2011
2 parents 7b77f44 + 9a12d9c commit 645c539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -63,7 +63,7 @@
<exec executable="phpcpd">
<arg value="--log-pmd" />
<arg value="${basedir}/build/logs/pmd-cpd.xml" />
<arg path="${source}" />
<arg path="${source}/joomla" />
</exec>
</target>

Expand All @@ -72,7 +72,7 @@
<exec executable="phploc">
<arg value="--log-csv" />
<arg value="${basedir}/build/logs/phploc.csv" />
<arg path="${source}" />
<arg path="${source}/joomla" />
</exec>
</target>

Expand Down

0 comments on commit 645c539

Please sign in to comment.