Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2014-04-29 15:16:01 +0000
committerFred Bricon2014-05-02 15:19:56 +0000
commit8b7cfc032d23d8fe787d08623d7f2a92afce46eb (patch)
treea60920d6de97d34379389e0793bd9a07fedb706e /org.eclipse.m2e.core.ui/plugin.properties
parent1bc6c82fcfdf61ca7205af0685f1efb519d10e64 (diff)
downloadm2e-core-8b7cfc032d23d8fe787d08623d7f2a92afce46eb.tar.gz
m2e-core-8b7cfc032d23d8fe787d08623d7f2a92afce46eb.tar.xz
m2e-core-8b7cfc032d23d8fe787d08623d7f2a92afce46eb.zip
433776 : Add ability to change 'Out-of-date' project errors into warnings
* renamed Warnings preference page into Errors/Warnings (to be consistent with other Eclipse projects) * Added an 'Out-of-date project configuration' problem combo with ignore/warning/error values * Changed existing '*** duplicate of parent version' checkboxes into combos with ignore/warning/error values for more consistency Preference keys for '*** duplicate of parent version' were changed to accomodate the new String values. Existing/Legacy boolean based preferences will not be converted automatically thus will be ignored. Change-Id: Iae61416a2186b28e2a977158174a4bae2accd98a Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.core.ui/plugin.properties')
-rw-r--r--org.eclipse.m2e.core.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core.ui/plugin.properties b/org.eclipse.m2e.core.ui/plugin.properties
index b30c9a98..3c98d8ba 100644
--- a/org.eclipse.m2e.core.ui/plugin.properties
+++ b/org.eclipse.m2e.core.ui/plugin.properties
@@ -78,7 +78,7 @@ page.installations.name = Installations
page.usersettings.name = User Settings
page.archetypes.name = Archetypes
page.userinterface.name = User Interface
-page.warnings.name = Warnings
+page.warnings.name = Errors/Warnings
page.lifecyclemapping.name = Lifecycle Mappings
category.general.name = General
wizard.install.name = Install or deploy an artifact to a Maven repository

Back to the top