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 47917c7 commit 7112168
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 @@ -110,7 +110,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 @@ -111,7 +111,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 7112168

Please sign in to comment.