forked from phoedos/pmd
updating to PMD-3.8
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4578 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
- Updated pmd to version 3.8
|
||||
- reported violations are displayed as a table
|
||||
|
||||
Version 1.7
|
||||
- Updated pmd to version 3.7
|
||||
- ignore R/O files in scanner (http://www.netbeans.org/issues/show_bug.cgi?id=72197)
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
<import file="nbproject/build-impl.xml"/>
|
||||
|
||||
<property name="pmd.jar" value="pmd-3.7.jar"/>
|
||||
<property name="pmd.jar" value="pmd-3.8.jar"/>
|
||||
<property name="nb.version" value="netbeans50"/>
|
||||
<property name="VERSION" value="1.7"/>
|
||||
<property name="VERSION" value="1.8"/>
|
||||
|
||||
<property file="build.ant.properties"/>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<fileset dir="lib">
|
||||
<include name="${pmd.jar}"/>
|
||||
<include name="jakarta-oro-2.0.8.jar"/>
|
||||
<include name="jaxen-1.1-beta-7.jar"/>
|
||||
<include name="jaxen-1.1-beta-10.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
@ -48,7 +48,7 @@
|
||||
<include name="src/**/*"/>
|
||||
<include name="libsrc/**/*"/>
|
||||
<include name="lib/${pmd.jar}"/>
|
||||
<include name="lib/jaxen-1.1-beta-7.jar"/>
|
||||
<include name="lib/jaxen-1.1-beta-10.jar"/>
|
||||
<include name="lib/jakarta-oro-2.0.8.jar"/>
|
||||
</zipfileset>
|
||||
<zipfileset dir="." fullpath="pmd-${nb.version}-${VERSION}/pmd.nbm" includes="build/pmd.nbm"/>
|
||||
|
BIN
pmd-netbeans/lib/jaxen-1.1-beta-10.jar
Normal file
BIN
pmd-netbeans/lib/jaxen-1.1-beta-10.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
OpenIDE-Module-Specification-Version: 1.75
|
||||
OpenIDE-Module-Specification-Version: 1.8
|
||||
Created-By: Ole-Martin Mørk and Gunnlaugur Þór Briem, Radim Kubacki, Tomasz Slota
|
||||
OpenIDE-Module: pmd
|
||||
OpenIDE-Module-Layer: pmd/mf-layer.xml
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=fdca63d6
|
||||
nbproject/build-impl.xml.data.CRC32=7b885a55
|
||||
nbproject/build-impl.xml.script.CRC32=4930d82d
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=d126b16b
|
||||
|
@ -1,13 +1,13 @@
|
||||
extra.module.files=\
|
||||
modules/ext/jaxen-1.1-beta-7.jar \
|
||||
modules/ext/pmd-3.7.jar \
|
||||
modules/ext/jaxen-1.1-beta-10.jar \
|
||||
modules/ext/pmd-3.8.jar \
|
||||
modules/ext/jakarta-oro-2.0.8.jar \
|
||||
modules/ext/nbpmdrules.jar
|
||||
nbm.distribution=http://pmd.sourceforge.net/
|
||||
|
||||
license.file=LICENSE.txt
|
||||
nbm.homepage=http://pmd.sourceforge.net/
|
||||
nbm.module.author=Ole-Martin Mørk, Gunnlaugur Þór Briem, Radim Kubacki
|
||||
nbm.module.author=Ole-Martin Mørk, Gunnlaugur Þór Briem, Radim Kubacki, Tomasz Slota
|
||||
#netbeans.dest.dir - absolute pathname of NB platform (or IDE or whatever) that
|
||||
#you are building your module against, and into which your module will be built.
|
||||
#Available in project.properties.
|
||||
|
@ -13,12 +13,12 @@
|
||||
<binary-origin>lib/jakarta-oro-2.0.8.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jaxen-1.1-beta-7.jar</runtime-relative-path>
|
||||
<binary-origin>lib/jaxen-1.1-beta-7.jar</binary-origin>
|
||||
<runtime-relative-path>ext/jaxen-1.1-beta-10.jar</runtime-relative-path>
|
||||
<binary-origin>lib/jaxen-1.1-beta-10.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/pmd-3.7.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-3.7.jar</binary-origin>
|
||||
<runtime-relative-path>ext/pmd-3.8.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-3.8.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<!-- Deployed path, relative to dir containing module: -->
|
||||
@ -181,7 +181,7 @@
|
||||
<public-packages/>
|
||||
<extra-compilation-unit>
|
||||
<package-root>libsrc</package-root>
|
||||
<classpath>lib/pmd-3.7.jar</classpath>
|
||||
<classpath>lib/pmd-3.8.jar</classpath>
|
||||
<built-to>build/libclasses</built-to>
|
||||
<built-to>${cluster}/modules/ext/nbpmdrules.jar</built-to>
|
||||
</extra-compilation-unit>
|
||||
|
Reference in New Issue
Block a user