updating to PMD-4.1
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5673 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
Version 2.1
|
||||
- Updated pmd to version 4.1
|
||||
- [ 1726614 ] javahelp added
|
||||
- [ 1790292 ] NPE while scanning closed document
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
<import file="nbproject/build-impl.xml"/>
|
||||
|
||||
<property name="pmd.jar" value="pmd-4.0.jar"/>
|
||||
<property name="pmd.jar" value="pmd-4.1.jar"/>
|
||||
<property name="nb.version" value="netbeans60"/>
|
||||
<property name="VERSION" value="2.0"/>
|
||||
<property name="VERSION" value="2.1"/>
|
||||
|
||||
<property file="build.ant.properties"/>
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
<copy todir="${cluster}/modules/ext">
|
||||
<fileset dir="lib">
|
||||
<include name="${pmd.jar}"/>
|
||||
<include name="asm-3.0.jar"/>
|
||||
<include name="jaxen-1.1.jar"/>
|
||||
<include name="asm-3.1.jar"/>
|
||||
<include name="jaxen-1.1.1.jar"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
@ -48,8 +48,8 @@
|
||||
<include name="src/**/*"/>
|
||||
<include name="libsrc/**/*"/>
|
||||
<include name="lib/${pmd.jar}"/>
|
||||
<include name="lib/jaxen-1.1.jar"/>
|
||||
<include name="lib/asm-3.0.jar"/>
|
||||
<include name="lib/jaxen-1.1.1.jar"/>
|
||||
<include name="lib/asm-3.1.jar"/>
|
||||
</zipfileset>
|
||||
<zipfileset dir="." fullpath="pmd-${nb.version}-${VERSION}/pmd.nbm" includes="build/pmd.nbm"/>
|
||||
</zip>
|
||||
|
@ -1,10 +1,10 @@
|
||||
---++ BUILDING
|
||||
|
||||
The NetBeans IDE version 6.0M9 is currently used for the development of plugin.
|
||||
The NetBeans IDE version 6.0rc1 is currently used for the development of plugin.
|
||||
Older version of harness (NB5.5) can fail to run tests.
|
||||
|
||||
Read the documentation of this support to get details about the
|
||||
configuration. Basically it tries to find Java platform called 'JDK 1.5' and
|
||||
NetBeans platform named 'NetBeans IDE M6.0M9'
|
||||
NetBeans platform named 'NetBeans IDE 6.0'
|
||||
|
||||
Released plugin versions are built with JDK 1.5 and against NetBeans6.0M9.
|
||||
Released plugin versions are built with JDK 1.5 and against NetBeans6.0.
|
||||
|
Binary file not shown.
BIN
pmd-netbeans/lib/asm-3.1.jar
Normal file
BIN
pmd-netbeans/lib/asm-3.1.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: 2.0
|
||||
OpenIDE-Module-Specification-Version: 2.1
|
||||
Created-By: Ole-Martin Mørk and Gunnlaugur Þór Briem, Radim Kubacki, Tomasz Slota
|
||||
OpenIDE-Module: pmd
|
||||
OpenIDE-Module-Layer: pmd/mf-layer.xml
|
||||
@ -10,4 +10,3 @@ OpenIDE-Module-Requires:
|
||||
Name: pmd/RunPMDAction.class
|
||||
OpenIDE-Module-Class: Action
|
||||
|
||||
|
||||
|
@ -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=7a9ef2e5
|
||||
nbproject/build-impl.xml.data.CRC32=1a1e84fd
|
||||
nbproject/build-impl.xml.script.CRC32=209b78c0
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=deb65f65
|
||||
|
@ -1,7 +1,7 @@
|
||||
extra.module.files=\
|
||||
modules/ext/jaxen-1.1.jar \
|
||||
modules/ext/pmd-4.0.jar \
|
||||
modules/ext/asm-3.0.jar \
|
||||
modules/ext/jaxen-1.1.1.jar \
|
||||
modules/ext/pmd-4.1.jar \
|
||||
modules/ext/asm-3.1.jar \
|
||||
modules/ext/nbpmdrules.jar
|
||||
javac.compilerargs=-Xlint:unchecked
|
||||
javac.source=1.5
|
||||
@ -9,7 +9,7 @@ nbm.distribution=http://pmd.sourceforge.net/
|
||||
|
||||
license.file=LICENSE.txt
|
||||
nbm.homepage=http://pmd.sourceforge.net/
|
||||
nbm.module.author=Ole-Martin M\u00f8rk, Gunnlaugur \u00de\u00f3r Briem, Radim Kubacki, Tomasz Slota
|
||||
nbm.module.author=Ole-Martin M\u00F8rk, Gunnlaugur \u00DE\u00F3r 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.
|
||||
|
@ -8,17 +8,17 @@
|
||||
<standalone/>
|
||||
<class-path-extension>
|
||||
<!-- Deployed path, relative to dir containing module: -->
|
||||
<runtime-relative-path>ext/asm-3.0.jar</runtime-relative-path>
|
||||
<runtime-relative-path>ext/asm-3.1.jar</runtime-relative-path>
|
||||
<!-- Path of library in your own sources, relative to project basedir: -->
|
||||
<binary-origin>lib/asm-3.0.jar</binary-origin>
|
||||
<binary-origin>lib/asm-3.1.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/jaxen-1.1.jar</runtime-relative-path>
|
||||
<binary-origin>lib/jaxen-1.1.jar</binary-origin>
|
||||
<runtime-relative-path>ext/jaxen-1.1.1.jar</runtime-relative-path>
|
||||
<binary-origin>lib/jaxen-1.1.1.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/pmd-4.0.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-4.0.jar</binary-origin>
|
||||
<runtime-relative-path>ext/pmd-4.1.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-4.1.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<!-- Deployed path, relative to dir containing module: -->
|
||||
@ -189,7 +189,7 @@
|
||||
<public-packages/>
|
||||
<extra-compilation-unit>
|
||||
<package-root>libsrc</package-root>
|
||||
<classpath>lib/pmd-4.0.jar</classpath>
|
||||
<classpath>lib/pmd-4.1.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