Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-04-15 15:54:59 +0000
committervlorenzo2013-04-15 15:54:59 +0000
commit75d23815cba589921feafdfb8e11353ba89f1bd0 (patch)
treece6c268e3b48cbf97b017028ede660da1eb07d33 /sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml
parent8696dfbcdd6013859e3676038361bc6be3687ef4 (diff)
downloadorg.eclipse.papyrus-75d23815cba589921feafdfb8e11353ba89f1bd0.tar.gz
org.eclipse.papyrus-75d23815cba589921feafdfb8e11353ba89f1bd0.tar.xz
org.eclipse.papyrus-75d23815cba589921feafdfb8e11353ba89f1bd0.zip
404531: [Table 2] Metamodel must be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404531 7th part of the update commit
Diffstat (limited to 'sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml')
-rw-r--r--sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml131
1 files changed, 32 insertions, 99 deletions
diff --git a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml
index 45944e68f66..2ddcb928217 100644
--- a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml
+++ b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable.model.editor/plugin.xml
@@ -35,6 +35,18 @@
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
+ id="org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation.NattableaxisEditorID"
+ name="%_UI_NattableaxisEditor_label"
+ icon="icons/full/obj16/NattableaxisModelFile.gif"
+ extensions="nattableaxis"
+ class="org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation.NattableaxisEditor"
+ contributorClass="org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation.NattableaxisActionBarContributor">
+ </editor>
+ </extension>
+
+ <extension point="org.eclipse.ui.editors">
+ <!-- @generated nattable -->
+ <editor
id="org.eclipse.papyrus.infra.nattable.model.nattable.nattabletester.presentation.NattabletesterEditorID"
name="%_UI_NattabletesterEditor_label"
icon="icons/full/obj16/NattabletesterModelFile.gif"
@@ -44,6 +56,23 @@
</editor>
</extension>
+ <extension point="org.eclipse.ui.newWizards">
+ <!-- @generated nattable -->
+ <category
+ id="org.eclipse.emf.ecore.Wizard.category.ID"
+ name="%_UI_Wizard_category"/>
+ <wizard
+ id="org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation.NattableaxisModelWizardID"
+ name="%_UI_NattableaxisModelWizard_label"
+ class="org.eclipse.papyrus.infra.nattable.model.nattable.nattableaxis.presentation.NattableaxisModelWizard"
+ category="org.eclipse.emf.ecore.Wizard.category.ID"
+ icon="icons/full/obj16/NattableaxisModelFile.gif">
+ <description>%_UI_NattableaxisModelWizard_description</description>
+ <selection class="org.eclipse.core.resources.IResource"/>
+ </wizard>
+ </extension>
+
+null
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
@@ -72,6 +101,8 @@
</wizard>
</extension>
+null
+null
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
@@ -101,26 +132,6 @@
</extension>
null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
@@ -150,31 +161,6 @@ null
</extension>
null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
@@ -204,32 +190,6 @@ null
</extension>
null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
<extension point="org.eclipse.ui.editors">
<!-- @generated nattable -->
<editor
@@ -258,31 +218,4 @@ null
</wizard>
</extension>
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-null
-</plugin>
+null</plugin>

Back to the top