Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-16 16:53:51 +0000
committervladt2011-03-16 16:53:51 +0000
commit9a383fce5cf54a6206288d6dfde7036a3f0221c3 (patch)
treed09dae2da7b64b2d31eb51bc5a04d93b1686dc71 /org.eclipse.m2e.editor/plugin.xml
parentb2c46b09333f64f045f9e7bb136708cd8d8dad36 (diff)
downloadm2e-core-9a383fce5cf54a6206288d6dfde7036a3f0221c3.tar.gz
m2e-core-9a383fce5cf54a6206288d6dfde7036a3f0221c3.tar.xz
m2e-core-9a383fce5cf54a6206288d6dfde7036a3f0221c3.zip
339875: Removed obsolete extension point and extension
Diffstat (limited to 'org.eclipse.m2e.editor/plugin.xml')
-rw-r--r--org.eclipse.m2e.editor/plugin.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.m2e.editor/plugin.xml b/org.eclipse.m2e.editor/plugin.xml
index 6bc301dd..8086b99c 100644
--- a/org.eclipse.m2e.editor/plugin.xml
+++ b/org.eclipse.m2e.editor/plugin.xml
@@ -9,9 +9,7 @@
<?eclipse version="3.2"?>
<plugin>
<extension-point id="pageFactories" name="%extension-point.pageFactory.name" schema="schema/pageFactories.exsd"/>
- <extension-point id="org.eclipse.m2e.editor.lifecycleMappingEditorContribution" name="%extension-point.lifecycleMapping.name" schema="schema/org.eclipse.m2e.editor.lifecycleMappingEditorContribution.exsd"/>
<extension-point id="org.eclipse.m2e.editor.plugins.configurationEditorContribution" name="%extension-point.pluginConfiguration.name" schema="schema/configurationEditorContribution.exsd"/>
-
<extension point="org.eclipse.ui.editors">
<editor
@@ -64,11 +62,4 @@
<keywordReference id="org.eclipse.m2e.maven"/>
</page>
</extension>
- <extension
- point="org.eclipse.m2e.editor.lifecycleMappingEditorContribution">
- <editContributor
- class="org.eclipse.m2e.editor.lifecycle.custom.CustomLifecycleMappingEditorContribution"
- editorFor="customizable">
- </editContributor>
- </extension>
</plugin>

Back to the top