Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-02-19 02:18:46 +0000
committerIgor Fedorenko2011-02-19 03:57:09 +0000
commit2d7018c221b0fdfeb1999284144cff0a144afd82 (patch)
tree9f167c8a92f96c1179f94e2005b32dce510f736a /org.eclipse.m2e.editor.xml/plugin.xml
parentf48aaf18ff92cedd9e28fa1ee0c382be1f94e3e6 (diff)
downloadm2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.tar.gz
m2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.tar.xz
m2e-core-2d7018c221b0fdfeb1999284144cff0a144afd82.zip
337510,336473 wrong marker configuration
This is a regression introduced by 335719. Some of plugin.xml entries were not properly updated when project configuration update detection was introduced in the code. Thanks Milos for pointing at the problem. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.editor.xml/plugin.xml')
-rw-r--r--org.eclipse.m2e.editor.xml/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.editor.xml/plugin.xml b/org.eclipse.m2e.editor.xml/plugin.xml
index 3106ed93..3c4fb0cf 100644
--- a/org.eclipse.m2e.editor.xml/plugin.xml
+++ b/org.eclipse.m2e.editor.xml/plugin.xml
@@ -29,7 +29,7 @@
</markerResolutionGenerator>
<markerResolutionGenerator
class="org.eclipse.m2e.editor.xml.MavenMarkerResolutionGenerator"
- markerType="org.eclipse.m2e.core.maven2Problem.configuration">
+ markerType="org.eclipse.m2e.core.maven2Problem.lifecycleMapping">
</markerResolutionGenerator>
</extension>
<extension

Back to the top