From d779fdb6a75f7a54e4ddf53c21b6361c73a48dfd Mon Sep 17 00:00:00 2001 From: hooperbloob Date: Thu, 8 Nov 2012 22:46:38 -0800 Subject: [PATCH] Updates relating to the 4.0.0 release of the plugin. Code to follow. --- .../net.sourceforge.pmd.eclipse.plugin/CHANGELOG.txt | 2 +- .../plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt | 4 ++-- .../META-INF/MANIFEST.MF | 7 +++---- .../net.sourceforge.pmd.eclipse.plugin/RELNOTES.txt | 7 +++++++ .../plugins/net.sourceforge.pmd.eclipse.plugin/about.ini | 6 ++++-- .../net.sourceforge.pmd.eclipse.plugin/build.properties | 2 +- .../plugins/net.sourceforge.pmd.eclipse.plugin/plugin.xml | 2 +- 7 files changed, 19 insertions(+), 11 deletions(-) diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/CHANGELOG.txt b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/CHANGELOG.txt index 6cf4f6d71f..b5279be16d 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/CHANGELOG.txt +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/CHANGELOG.txt @@ -1,6 +1,6 @@ Change log for the PMD Eclipse plugin -v4.0.0 - xxx 2011? +v4.0.0 - Nov 2012 . New integrated AST View and XPath test area . New rule creation wizard . New report preferences panel diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt index 6fa60777c0..c8b74ddda5 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 1997-2009, PMD for Eclipse Development Team +Copyright (c) 1997-2012, PMD for Eclipse Development Team All rights reserved. Redistribution and use in source and binary forms, with or without @@ -11,7 +11,7 @@ notice, this list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The end-user documentation included with the redistribution, if -any, must include the following acknowledgement: +any, must include the following acknowledgment: "This product includes software developed in part by support from the Defense Advanced Research Project Agency (DARPA)" * Neither the name of "PMD for Eclipse Development Team" nor the names of its diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF index bff46f9c12..1f54fa1ecb 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin.name Bundle-SymbolicName: net.sourceforge.pmd.eclipse.plugin;singleton:=true -Bundle-Version: 5.0.0.v20100826 +Bundle-Version: 4.0.0.qualifier Bundle-Activator: net.sourceforge.pmd.eclipse.plugin.PMDPlugin Require-Bundle: org.apache.commons.logging;bundle-version="1.0.4", org.eclipse.core.resources, @@ -15,8 +15,7 @@ Require-Bundle: org.apache.commons.logging;bundle-version="1.0.4", org.eclipse.team.core, org.eclipse.search, org.eclipse.help, - org.eclipse.help.ui, - org.eclipse.help.appserver + org.eclipse.help.ui Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Vendor: %plugin.provider @@ -27,7 +26,7 @@ Bundle-ClassPath: lib/asm-3.2.jar, lib/log4j-1.2.15.jar, lib/saxon9.jar, lib/js-cvs-12122009.jar, - lib/pmd-5.0.jar, + lib/pmd-5.1.0-SNAPSHOT.jar, lib/xercesImpl-2.6.2.jar, lib/xmlParserAPIs-2.6.2.jar, pmd-plugin.jar, diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/RELNOTES.txt b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/RELNOTES.txt index 03e42258eb..fa81938240 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/RELNOTES.txt +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/RELNOTES.txt @@ -1,4 +1,11 @@ Release notes for the PMD Eclipse Plugin + +v4.0.0 - November 8 2012 + +Numerous changes & bugfixes +Latest 5.0.1 snapshot of PMD itself +Compatibility with Eclipse Juno + ---------------------------------------- v3.2.5 - October 13 2008 ------------------------ diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini index 7f3b733a5e..79f7a48d18 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/about.ini @@ -1,3 +1,5 @@ -aboutText=(c) 1997-2009 PMD Team -featureImage=icons/pmd-icon-32.gif +aboutText=(c) 1997-2012 PMD Team + +featureImage=icons/pmd-icon-32.gif + welcomePage=$nl$/welcome.xml diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/build.properties b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/build.properties index e80d19fbe7..d146d8fcb9 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/build.properties +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/build.properties @@ -6,7 +6,7 @@ bin.includes = META-INF/,\ lib/jaxen-1.1.1.jar,\ lib/junit.jar,\ lib/log4j-1.2.15.jar,\ - lib/pmd-5.0.jar,\ + lib/pmd-5.1.0-SNAPSHOT.jar,\ lib/xercesImpl-2.6.2.jar,\ lib/xmlParserAPIs-2.6.2.jar,\ messages.properties,\ diff --git a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/plugin.xml b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/plugin.xml index 2aadf790a0..3fe649d5a0 100644 --- a/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/plugin.xml +++ b/pmd-eclipse-plugin/plugins/net.sourceforge.pmd.eclipse.plugin/plugin.xml @@ -590,7 +590,7 @@