Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-12-23 05:00:13 +0000
committerIgor Fedorenko2011-12-23 17:42:30 +0000
commit283fdd71c8c85ced1b5316fa0fa2d981daf0038a (patch)
treeced09cd6d576e3220087046f8de05f0621b1ffc4
parentcea7a69bae576992bf268116820574c35a9730b3 (diff)
downloadm2e-core-283fdd71c8c85ced1b5316fa0fa2d981daf0038a.tar.gz
m2e-core-283fdd71c8c85ced1b5316fa0fa2d981daf0038a.tar.xz
m2e-core-283fdd71c8c85ced1b5316fa0fa2d981daf0038a.zip
367468 avoid activation on xml file editing
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.m2e.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.core/plugin.xml b/org.eclipse.m2e.core/plugin.xml
index 3806cb48..0492809a 100644
--- a/org.eclipse.m2e.core/plugin.xml
+++ b/org.eclipse.m2e.core/plugin.xml
@@ -23,7 +23,7 @@
priority="normal"
default-charset="UTF-8"
file-names="pom.xml"
- file-extensions="pom,xml">
+ file-extensions="pom">
<describer class="org.eclipse.m2e.core.internal.content.PomFileContentDescriber"/>
</content-type>
</extension>

Back to the top