udpating PMD too - now it is 4.2.5 so changing version.
a missing part of previous Marek's patch for layer git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6882 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Version 2.2.5
|
||||
- Updated pmd to version 4.2.5
|
||||
- Fixed dependencies to make it working with nightly NetBeans builds (post 6.5)
|
||||
- Requires NetBeans 6.5 or newer IDE build
|
||||
|
||||
Version 2.2.1
|
||||
- Updated pmd to version 4.2.1
|
||||
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
<import file="nbproject/build-impl.xml"/>
|
||||
|
||||
<property name="pmd.jar" value="pmd-4.2.1.jar"/>
|
||||
<property name="nb.version" value="netbeans60"/>
|
||||
<property name="VERSION" value="2.3"/>
|
||||
<property name="pmd.jar" value="pmd-4.2.5.jar"/>
|
||||
<property name="nb.version" value="netbeans65"/>
|
||||
<property name="VERSION" value="2.2.5"/>
|
||||
|
||||
<property file="build.ant.properties"/>
|
||||
|
||||
|
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Manifest-Version: 1.0
|
||||
OpenIDE-Module-Specification-Version: 2.3
|
||||
OpenIDE-Module-Specification-Version: 2.2.5
|
||||
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=cf046e38
|
||||
nbproject/build-impl.xml.data.CRC32=192e97a1
|
||||
nbproject/build-impl.xml.script.CRC32=209b78c0
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=deb65f65
|
||||
|
@ -1,6 +1,6 @@
|
||||
extra.module.files=\
|
||||
modules/ext/jaxen-1.1.1.jar \
|
||||
modules/ext/pmd-4.2.1.jar \
|
||||
modules/ext/pmd-4.2.5.jar \
|
||||
modules/ext/asm-3.1.jar \
|
||||
modules/ext/nbpmdrules.jar
|
||||
javac.compilerargs=-Xlint:unchecked
|
||||
|
@ -208,8 +208,8 @@
|
||||
<binary-origin>lib/jaxen-1.1.1.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<runtime-relative-path>ext/pmd-4.2.1.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-4.2.1.jar</binary-origin>
|
||||
<runtime-relative-path>ext/pmd-4.2.5.jar</runtime-relative-path>
|
||||
<binary-origin>lib/pmd-4.2.5.jar</binary-origin>
|
||||
</class-path-extension>
|
||||
<class-path-extension>
|
||||
<!-- Deployed path, relative to dir containing module: -->
|
||||
@ -217,7 +217,7 @@
|
||||
</class-path-extension>
|
||||
<extra-compilation-unit>
|
||||
<package-root>libsrc</package-root>
|
||||
<classpath>lib/pmd-4.2.1.jar</classpath>
|
||||
<classpath>lib/pmd-4.2.5.jar</classpath>
|
||||
<built-to>build/libclasses</built-to>
|
||||
<built-to>${cluster}/modules/ext/nbpmdrules.jar</built-to>
|
||||
</extra-compilation-unit>
|
||||
|
@ -3,24 +3,26 @@
|
||||
<filesystem>
|
||||
<folder name="OptionsDialog">
|
||||
<folder name="Advanced">
|
||||
<attr name="FormEditor.instance/PmdOptionsPanel.instance" boolvalue="true"/>
|
||||
<file name="PmdOptionsPanel.instance">
|
||||
<file name="PmdOptionsPanel.instance">
|
||||
<attr name="instanceClass" stringvalue="pmd.config.ui.PmdOptionsPanel"/>
|
||||
</file>
|
||||
</folder>
|
||||
</folder>
|
||||
<folder name="Services">
|
||||
<folder name="JavaHelp">
|
||||
<file name="pmd-helpset.xml" url="pmd-helpset.xml"/>
|
||||
<file name="pmd-helpset.xml" url="pmd-helpset.xml">
|
||||
<attr name="position" intvalue="4000"/>
|
||||
</file>
|
||||
</folder>
|
||||
</folder>
|
||||
<folder name="Menu">
|
||||
<folder name="Window">
|
||||
<attr name="ResultWindowOpenAction.shadow/pmd-ShowOutputWindowAction.shadow" boolvalue="true"/>
|
||||
<file name="pmd-ShowOutputWindowAction.shadow">
|
||||
<attr name="originalFile" stringvalue="Actions/Window/pmd-ShowOutputWindowAction.instance"/>
|
||||
</file>
|
||||
<attr name="pmd-ShowOutputWindowAction.shadow/Debug" boolvalue="true"/>
|
||||
<folder name="Output">
|
||||
<file name="pmd-ShowOutputWindowAction.shadow">
|
||||
<attr name="originalFile" stringvalue="Actions/Window/pmd-ShowOutputWindowAction.instance"/>
|
||||
<attr name="position" intvalue="600"/>
|
||||
</file>
|
||||
</folder>
|
||||
</folder>
|
||||
</folder>
|
||||
<folder name="Actions">
|
||||
|
Reference in New Issue
Block a user