forked from phoedos/pmd
updating to pmd-3.7
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4402 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
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)
|
||||
|
||||
Version 1.6
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
<import file="nbproject/build-impl.xml"/>
|
||||
|
||||
<property name="pmd.jar" value="pmd-3.6.jar"/>
|
||||
<property name="pmd.jar" value="pmd-3.7.jar"/>
|
||||
<property name="nb.version" value="netbeans50"/>
|
||||
<property name="VERSION" value="1.6.0.1"/>
|
||||
<property name="VERSION" value="1.7"/>
|
||||
|
||||
<property file="build.ant.properties"/>
|
||||
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
OpenIDE-Module-Specification-Version: 1.6.0.1
|
||||
OpenIDE-Module-Specification-Version: 1.7
|
||||
Created-By: Ole-Martin Mørk and Gunnlaugur Þór Briem and Radim Kubacki
|
||||
OpenIDE-Module: pmd
|
||||
OpenIDE-Module-Layer: pmd/mf-layer.xml
|
||||
|
@ -1,6 +1,6 @@
|
||||
extra.module.files=\
|
||||
modules/ext/jaxen-1.1-beta-7.jar \
|
||||
modules/ext/pmd-3.6.jar \
|
||||
modules/ext/pmd-3.7.jar \
|
||||
modules/ext/jakarta-oro-2.0.8.jar \
|
||||
modules/ext/nbpmdrules.jar
|
||||
nbm.distribution=http://pmd.sourceforge.net/
|
||||
|
@ -17,8 +17,8 @@
|
||||
<binary-origin>lib/jaxen-1.1-beta-7.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/pmd-3.6.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-3.6.jar</binary-origin>
|
||||
<runtime-relative-path>ext/pmd-3.7.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-3.7.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.6.jar</classpath>
|
||||
<classpath>lib/pmd-3.7.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