Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-01-26 22:50:46 +0000
committervladt2011-01-26 22:50:46 +0000
commitadaf109a4827c5f6e51aeb7efaea0a8071b3c54a (patch)
tree0d2bfd289a72f57b184f2450f2671a545d2a5088 /org.eclipse.m2e.core/plugin.properties
parenta141df0f650fbe4dca4defe6dc3ff1635eae98ba (diff)
downloadm2e-core-adaf109a4827c5f6e51aeb7efaea0a8071b3c54a.tar.gz
m2e-core-adaf109a4827c5f6e51aeb7efaea0a8071b3c54a.tar.xz
m2e-core-adaf109a4827c5f6e51aeb7efaea0a8071b3c54a.zip
Fixed the name of build participant marker type
Diffstat (limited to 'org.eclipse.m2e.core/plugin.properties')
-rw-r--r--org.eclipse.m2e.core/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.core/plugin.properties b/org.eclipse.m2e.core/plugin.properties
index 0391a97d..011f4c9b 100644
--- a/org.eclipse.m2e.core/plugin.properties
+++ b/org.eclipse.m2e.core/plugin.properties
@@ -45,6 +45,7 @@ m2.marker.problem.pomloading.name=Maven pom Loading Problem
m2.marker.problem.configuration.name=Maven Configuration Problem
m2.marker.problem.dependency.name=Maven Dependency Problem
m2.marker.problem.build.name=Maven Build Problem
+m2.marker.problem.build.participant.name=Maven Build Participant Problem
m2.marker.hint.name=Maven Problem
m2.preferences.page.name=Maven

Back to the top