Updates relating to the 4.0.0 release of the plugin. Code to follow.

This commit is contained in:
hooperbloob committed 2012-11-08 22:46:38 -08:00
1 parent d6c2e505ab
commit d779fdb6a7
7 files changed
+19 -11

No files matched your search

@@ -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
@@ -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
@@ -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,
@@ -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
------------------------
@@ -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
@@ -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,\
@@ -590,7 +590,7 @@
<decorator
adaptable="true"
class="net.sourceforge.pmd.eclipse.ui.RuleLabelDecorator"
icon="icons/sample_decorator.gif"
icon="icons/warn.gif"
id="net.sourceforge.pmd.eclipse.plugin.RuleLabelDecorator"
label="Rule Violation Decorator"
lightweight="true"