From 9fe581335424643e4b13160d3f4bd286ef8a9b7d Mon Sep 17 00:00:00 2001 From: Ryan Gustafson Date: Thu, 28 Feb 2008 04:46:07 +0000 Subject: [PATCH] Fix 1903578 - Ensure plugin XML element ids are unique with the document. Gah, guess those IDs are used in the code. Reverted them to the minimum changes needed to fix the message from Eclipse. I checked to ensure the changed IDs are not referenced in the code. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5818 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse-plugin/pmd-eclipse-ui/plugin.xml | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pmd-eclipse-plugin/pmd-eclipse-ui/plugin.xml b/pmd-eclipse-plugin/pmd-eclipse-ui/plugin.xml index 09cf8496bf..de75bd0a00 100644 --- a/pmd-eclipse-plugin/pmd-eclipse-ui/plugin.xml +++ b/pmd-eclipse-plugin/pmd-eclipse-ui/plugin.xml @@ -101,7 +101,7 @@ class="net.sourceforge.pmd.ui.actions.PMDRemoveMarkersAction" menubarPath="pmd.menu/group" enablesFor="+" - id="net.sourceforge.pmd.ui.pmdPopupRemoveMarkersAction"> + id="net.sourceforge.pmd.ui.pmdRemoveMarkersAction"> + id="net.sourceforge.pmd.ui.pmdClearReviewsAction"> + id="net.sourceforge.pmd.ui.pmdRemoveMarkersAction"> + id="net.sourceforge.pmd.ui.pmdClearReviewsAction"> + id="net.sourceforge.pmd.ui.pmdCheckFileAction"> + id="net.sourceforge.pmd.ui.pmdRemoveMarkersAction"> + id="net.sourceforge.pmd.ui.pmdClearReviewsAction"> @@ -242,7 +242,7 @@ icon="icons/pmd-icon-16.gif" class="net.sourceforge.pmd.ui.actions.ClearReviewsAction" menubarPath="additions" - id="net.sourceforge.pmd.ui.pmdOutlineClearReviewsAction"/> + id="net.sourceforge.pmd.ui.pmdClearReviewsAction"/>