Skip to content

Commit

Permalink
Build target descriptions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewsville committed Feb 24, 2012
1 parent cd2d611 commit 363647d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -46,7 +46,7 @@
</exec>
</target>

<target name="phpmd" description="Find duplicate code using PHPCPD">
<target name="phpmd" description="Perform project mess detection using PHPMD">
<exec executable="phpmd${executableExtension}">
<arg path="${sourcedir}" />
<arg value="xml" />
Expand All @@ -56,7 +56,7 @@
</exec>
</target>

<target name="phpcpd" description="Perform project mess detection using PHPMD">
<target name="phpcpd" description="Find duplicate code using PHPCPD">
<exec executable="phpcpd${executableExtension}">
<arg value="--log-pmd" />
<arg path="${builddir}/logs/pmd-cpd.xml" />
Expand Down

0 comments on commit 363647d

Please sign in to comment.