Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'incoming/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.editor/plugin.xml')
-rw-r--r--incoming/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.editor/plugin.xml61
1 files changed, 0 insertions, 61 deletions
diff --git a/incoming/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.editor/plugin.xml b/incoming/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.editor/plugin.xml
deleted file mode 100644
index 3cd37d369ad..00000000000
--- a/incoming/org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.editor/plugin.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
- Copyright (c) 2012 CEA LIST.
-
-
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- ttp://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Vincent Lorenzo (CEA LIST) Vincent.Lorenzo@cea.fr - Initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.ui.newWizards">
- <category
- id="org.eclipse.emf.ecore.Wizard.category.ID"
- name="%_UI_Wizard_category"/>
- <wizard
- id="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationModelWizardID"
- name="%_UI_PapyrustableconfigurationModelWizard_label"
- class="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationModelWizard"
- category="org.eclipse.emf.ecore.Wizard.category.ID"
- icon="icons/full/obj16/PapyrustableconfigurationModelFile.gif">
- <description>%_UI_PapyrustableconfigurationModelWizard_description</description>
- <selection class="org.eclipse.core.resources.IResource"/>
- </wizard>
- </extension>
-
- <extension point="org.eclipse.ui.editors">
- <editor
- id="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationEditorID"
- name="%_UI_PapyrustableconfigurationEditor_label"
- icon="icons/full/obj16/PapyrustableconfigurationModelFile.gif"
- extensions="papyrustableconfiguration"
- class="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationEditor"
- contributorClass="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationActionBarContributor">
- </editor>
- </extension>
- <extension
- point="org.eclipse.ui.newWizards">
- <wizard
- category="org.eclipse.papyrus.wizards.category"
- class="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationModelWizard"
- icon="icons/full/obj16/PapyrustableconfigurationModelFile.gif"
- id="org.eclipse.papyrus.infra.table.papyrustableconfiguration.metamodel.papyrustableconfiguration.presentation.PapyrustableconfigurationModelWizardID"
- name="%_UI_PapyrustableconfigurationModelWizard_label">
- <description>
- %_UI_PapyrustableconfigurationModelWizard_description
- </description>
- <selection
- class="org.eclipse.core.resources.IResource">
- </selection>
- </wizard>
- </extension>
-
-</plugin>

Back to the top