diff options
author | ptessier | 2014-03-25 15:44:27 +0000 |
---|---|---|
committer | ptessier | 2014-03-25 15:44:27 +0000 |
commit | 165053b09ace99128aa84cdd997dc71834b87a46 (patch) | |
tree | d4c8956471e6effa0d85b019dd7730ea32ff995a /plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui | |
parent | cbf0292270ab55f1d748d380522a325cc08d402c (diff) | |
download | org.eclipse.papyrus-165053b09ace99128aa84cdd997dc71834b87a46.tar.gz org.eclipse.papyrus-165053b09ace99128aa84cdd997dc71834b87a46.tar.xz org.eclipse.papyrus-165053b09ace99128aa84cdd997dc71834b87a46.zip |
386118: [EMF Facet] Papyrus should progressively support EMF Facet 0.2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386118
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui')
-rw-r--r-- | plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml index 96b066c4840..78e024c39df 100644 --- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml +++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/plugin.xml @@ -18,16 +18,7 @@ Contributors: <modeldeclaration file="resources/customproperties.efacet"/>
</extension>
- <extension point="org.eclipse.ui.views">
- <view
- category="org.eclipse.papyrus.emf.facet.common.ui.views"
- class="org.eclipse.papyrus.emf.facet.custom.ui.internal.view.CustomizationsCatalogView"
- icon="icons/uiCustom.gif"
- id="org.eclipse.papyrus.emf.facet.custom.ui.view.catalog"
- name="%view.customizations"
- restorable="true">
- </view>
- </extension>
+
<extension
point="org.eclipse.papyrus.emf.facet.efacet.core.queryImplementationRegistration">
<queryImplementationRegistration
|