Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2011-11-08 10:44:33 +0000
committerIgor Fedorenko2011-12-05 04:43:15 +0000
commit0783d2fe070e7882b44bc5156f6cc43f797f2761 (patch)
tree4e4a7fc7e39d3bc91fc853b7094a61e1a56fc12f /org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
parent6b77dd09356a85cd9abb0864e4e71a7357f7dd06 (diff)
downloadm2e-core-0783d2fe070e7882b44bc5156f6cc43f797f2761.tar.gz
m2e-core-0783d2fe070e7882b44bc5156f6cc43f797f2761.tar.xz
m2e-core-0783d2fe070e7882b44bc5156f6cc43f797f2761.zip
363151 update ProjectConfigurationUpdateRequired label
Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties')
-rw-r--r--org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
index c0834192..4ae6b33a 100644
--- a/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
+++ b/org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/messages.properties
@@ -27,7 +27,7 @@ LifecycleMappingPluginVersionIncompatible=Incompatible lifecycle mapping plugin
PluginExecutionMappingDuplicate=Conflicting lifecycle mapping (plugin execution "{0}"). To enable full functionality, remove the conflicting mapping and run Maven->Update Project Configuration.
PluginExecutionMappingInvalid=Invalid plugin execution mapping (plugin execution "{0}"). To enable full functionality, correct the invalid mapping and run Maven->Update Project Configuration.
ProjectConfiguratorNotAvailable=Project configurator "{0}" is not available. To enable full functionality, install the project configurator and run Maven->Update Project Configuration.
-ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Run project configuration update
+ProjectConfigurationUpdateRequired=Project configuration is not up-to-date with pom.xml. Run Maven->Update Project Configuration or use Quick Fix.
LocalProjectScanner_task_scanning=Scanning folders
MavenExternalRuntime_error_cannot_parse=Can't parse m2.conf
MavenExternalRuntime_exc_unsupported=Unsupported m2.conf element

Back to the top