Skip to content

Commit

Permalink
Also updated the other two PMD config files for 5.0.1
Browse files Browse the repository at this point in the history
Change-Id: Ic862e2856a697b1a29856c49c7ccc69c0f66c78b
  • Loading branch information
egonw committed Dec 13, 2012
1 parent 44572c6 commit fa99bc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions pmd-migrating.xml
Expand Up @@ -9,9 +9,9 @@
<path id="pmd.classpath">
<pathelement location="${build}"/>
<fileset dir="${lib}">
<include name="asm-3.1.jar"/>
<include name="asm-3.2.jar"/>
<include name="junit-4.4.jar"/>
<include name="pmd-4.2.5.jar"/>
<include name="pmd-5.0.1.jar"/>
<include name="jaxen-1.1.1.jar"/>
</fileset>
</path>
Expand Down Expand Up @@ -112,6 +112,9 @@
<includesfile name="${build}/${module}.javafiles"/>
</fileset>
</pmd>
<xslt basedir="${reports.tests}/pmd-migrating" destdir="${reports.tests}/pmd"
includes="${module}.xml"
extension=".html" style="pmd/wz-pmd-report.xslt"/>
</target>

</project>
7 changes: 5 additions & 2 deletions pmd-unused.xml
Expand Up @@ -9,9 +9,9 @@
<path id="pmd.classpath">
<pathelement location="${build}"/>
<fileset dir="${lib}">
<include name="asm-3.1.jar"/>
<include name="asm-3.2.jar"/>
<include name="junit-4.4.jar"/>
<include name="pmd-4.2.5.jar"/>
<include name="pmd-5.0.1.jar"/>
<include name="jaxen-1.1.1.jar"/>
</fileset>
</path>
Expand Down Expand Up @@ -113,6 +113,9 @@
<includesfile name="${build}/${module}.javafiles"/>
</fileset>
</pmd>
<xslt basedir="${reports.tests}/pmd-unused" destdir="${reports.tests}/pmd"
includes="${module}.xml"
extension=".html" style="pmd/wz-pmd-report.xslt"/>
</target>

</project>

0 comments on commit fa99bc8

Please sign in to comment.