diff options
author | Florian Noyrit | 2016-04-29 16:20:30 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2016-04-29 16:38:06 +0000 |
commit | ebb18cdd8a293fee283b45620c02dd3a354660a6 (patch) | |
tree | e36036f0803081f18cae644a809b2caa7aef56a2 /plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml | |
parent | b3e4a1c4a4824ef82cc04d3a48e1a5763af25736 (diff) | |
download | org.eclipse.papyrus-ebb18cdd8a293fee283b45620c02dd3a354660a6.tar.gz org.eclipse.papyrus-ebb18cdd8a293fee283b45620c02dd3a354660a6.tar.xz org.eclipse.papyrus-ebb18cdd8a293fee283b45620c02dd3a354660a6.zip |
[infra]Remove unmaintained/outdated plugins that are not part of the
build from the repository. Contributing to Bug 485220.
Change-Id: Icd4780961a2e084f28303b64fa43684906c0b8ee
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml')
-rw-r--r-- | plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml deleted file mode 100644 index c8170edb38b..00000000000 --- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.editor/plugin.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
- <propertyContributor
- contributorId="CustomizablePropertyView"
- labelProvider="org.eclipse.papyrus.views.properties.providers.SelectionLabelProvider"
- tabDescriptorProvider="org.eclipse.papyrus.views.properties.xwt.XWTTabDescriptorProvider">
- <propertyCategory
- category="org.eclipse.papyrus">
- </propertyCategory>
- </propertyContributor>
- </extension>
- <extension
- point="org.eclipse.ui.editors">
- <editor
- class="org.eclipse.papyrus.infra.emf.editor.part.PapyrusEditor"
- contributorClass="org.eclipse.papyrus.infra.emf.editor.part.ActionBarContributor"
- default="false"
- icon="icons/papyrus_model.png"
- id="org.eclipse.papyrus.emf.editor"
- name="Papyrus EMF Editor">
- </editor>
- </extension>
-
-</plugin>
|