Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2015-01-09 03:24:53 +0000
committerIgor Fedorenko2015-01-09 03:24:53 +0000
commit025b70ab0454271afc6f70edd03a86b80b5ba66c (patch)
tree4995b01601fa3ca4ccb3866b36274dca9997fe8a
parent5726b16fe7d4c7b4a6cb8a0fc9d66ac9303824c5 (diff)
downloadm2e-core-025b70ab0454271afc6f70edd03a86b80b5ba66c.tar.gz
m2e-core-025b70ab0454271afc6f70edd03a86b80b5ba66c.tar.xz
m2e-core-025b70ab0454271afc6f70edd03a86b80b5ba66c.zip
350414 removed 'experimetal' label, was around long enough
Change-Id: Ie0866bbabe41cc7b96c38667aef03df1e087d3be Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties b/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
index 68321426..3711e2b4 100644
--- a/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
+++ b/org.eclipse.m2e.editor.xml/src/main/java/org/eclipse/m2e/editor/xml/internal/messages.properties
@@ -15,7 +15,7 @@ LifecycleMappingProposal_execute_desc=This quickfix generates a plugin configura
LifecycleMappingProposal_execute_label=Execute goal {0} as part of Eclipse build
LifecycleMappingProposal_ignore_desc=This quickfix generates a plugin configuration snippet recognized by the m2e integration during project configuration. It marks the given goal as ignored for the purposes of the Eclipse build.
LifecycleMappingProposal_ignore_label=Permanently mark goal {0} in pom.xml as ignored in Eclipse build
-LifecycleMappingProposal_workspaceIgnore_label=Mark goal {0} as ignored in Eclipse build in Eclipse preferences (experimental)
+LifecycleMappingProposal_workspaceIgnore_label=Mark goal {0} as ignored in Eclipse build in Eclipse preferences
MavenMarkerResolution_error=Unable to apply the quick fix. The file may have unsaved changes that invalidate the current quick fix.
MavenMarkerResolution_error_title=Error
MavenMarkerResolution_schema_label=Add Schema information to the specified pom.xml

Back to the top