Skip to content

Commit

Permalink
Put the PMD unused/migration reports in a separate folder to not over…
Browse files Browse the repository at this point in the history
…write the full reports

Change-Id: I99677b4a13599dab0f7cea429b6774bbc3a6b0b5
  • Loading branch information
egonw committed Aug 7, 2013
1 parent 30606bf commit d6fa50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pmd-migrating.xml
Expand Up @@ -112,7 +112,7 @@
<includesfile name="${build}/${module}.javafiles"/>
</fileset>
</pmd>
<xslt basedir="${reports.tests}/pmd-migrating" destdir="${reports.tests}/pmd"
<xslt basedir="${reports.tests}/pmd-migrating" destdir="${reports.tests}/pmd-migrating"
includes="${module}.xml"
extension=".html" style="pmd/wz-pmd-report.xslt"/>
</target>
Expand Down
2 changes: 1 addition & 1 deletion pmd-unused.xml
Expand Up @@ -113,7 +113,7 @@
<includesfile name="${build}/${module}.javafiles"/>
</fileset>
</pmd>
<xslt basedir="${reports.tests}/pmd-unused" destdir="${reports.tests}/pmd"
<xslt basedir="${reports.tests}/pmd-unused" destdir="${reports.tests}/pmd-unused"
includes="${module}.xml"
extension=".html" style="pmd/wz-pmd-report.xslt"/>
</target>
Expand Down

0 comments on commit d6fa50f

Please sign in to comment.