Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.editor/plugin.xml')
-rw-r--r--org.eclipse.m2e.editor/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.m2e.editor/plugin.xml b/org.eclipse.m2e.editor/plugin.xml
index 0ead110c..0c95a719 100644
--- a/org.eclipse.m2e.editor/plugin.xml
+++ b/org.eclipse.m2e.editor/plugin.xml
@@ -15,6 +15,9 @@
<editor
class="org.eclipse.m2e.editor.pom.MavenPomEditor"
contributorClass="org.eclipse.m2e.editor.pom.MavenPomEditorContributor"
+ default="true"
+ extensions="pom"
+ filenames="pom.xml"
icon="icons/editor-pom.gif"
id="org.eclipse.m2e.editor.MavenPomEditor"
name="%editor.name">

Back to the top