Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/org.eclipse.papyrus.infra.elementtypesconfigurations.editor/plugin.xml')
-rw-r--r--plugins/infra/org.eclipse.papyrus.infra.elementtypesconfigurations.editor/plugin.xml47
1 files changed, 0 insertions, 47 deletions
diff --git a/plugins/infra/org.eclipse.papyrus.infra.elementtypesconfigurations.editor/plugin.xml b/plugins/infra/org.eclipse.papyrus.infra.elementtypesconfigurations.editor/plugin.xml
deleted file mode 100644
index 713f14fee43..00000000000
--- a/plugins/infra/org.eclipse.papyrus.infra.elementtypesconfigurations.editor/plugin.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
- Copyright (c) 2014 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
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- CEA LIST - Initial API and implementation
--->
-
-<plugin>
-
- <extension point="org.eclipse.ui.newWizards">
- <!-- @generated ElementTypesConfigurations -->
- <category
- id="org.eclipse.emf.ecore.Wizard.category.ID"
- name="%_UI_Wizard_category"/>
- <wizard
- id="org.eclipse.papyrus.infra.elementtypesconfigurations.presentation.ElementtypesconfigurationsModelWizardID"
- name="%_UI_ElementtypesconfigurationsModelWizard_label"
- class="org.eclipse.papyrus.infra.elementtypesconfigurations.presentation.ElementtypesconfigurationsModelWizard"
- category="org.eclipse.emf.ecore.Wizard.category.ID"
- icon="icons/full/obj16/ElementtypesconfigurationsModelFile.gif">
- <description>%_UI_ElementtypesconfigurationsModelWizard_description</description>
- <selection class="org.eclipse.core.resources.IResource"/>
- </wizard>
- </extension>
-
- <extension point="org.eclipse.ui.editors">
- <!-- @generated ElementTypesConfigurations -->
- <editor
- id="org.eclipse.papyrus.infra.elementtypesconfigurations.presentation.ElementtypesconfigurationsEditorID"
- name="%_UI_ElementtypesconfigurationsEditor_label"
- icon="icons/full/obj16/ElementtypesconfigurationsModelFile.gif"
- class="org.eclipse.papyrus.infra.elementtypesconfigurations.presentation.ElementtypesconfigurationsEditor"
- contributorClass="org.eclipse.papyrus.infra.elementtypesconfigurations.presentation.ElementtypesconfigurationsActionBarContributor">
- <contentTypeBinding contentTypeId="org.eclipse.papyrus.infra.elementtypesconfigurations"/>
- </editor>
- </extension>
-
-</plugin>

Back to the top