Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/table/org.eclipse.papyrus.infra.nattable.modelexplorer/plugin.xml')
-rw-r--r--extraplugins/table/org.eclipse.papyrus.infra.nattable.modelexplorer/plugin.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.infra.nattable.modelexplorer/plugin.xml b/extraplugins/table/org.eclipse.papyrus.infra.nattable.modelexplorer/plugin.xml
deleted file mode 100644
index 01a4149096f..00000000000
--- a/extraplugins/table/org.eclipse.papyrus.infra.nattable.modelexplorer/plugin.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension point="org.eclipse.emf.facet.infra.query.registration">
- <modelqueryset file="resources/PapyrusTablesFacet.querySet">
- </modelqueryset>
- </extension>
- <extension point="org.eclipse.emf.facet.infra.browser.custom.core.registration">
- <browserCustomization file="resources/PapyrusTables.uiCustom" loadByDefault="true"/>
- </extension>
- <extension point="org.eclipse.emf.facet.infra.browser.custom.core.registration">
- <browserCustomization file="resources/PapyrusTablesFacet.uiCustom" loadByDefault="true"/>
- </extension>
- <extension point="org.eclipse.emf.facet.infra.facet.registration">
- <facetset file="resources/PapyrusTablesFacet.facetSet">
- </facetset>
- </extension>
- <extension point="org.eclipse.ui.handlers">
- <handler class="org.eclipse.papyrus.infra.nattable.modelexplorer.handlers.RenameTableHandler" commandId="org.eclipse.ui.edit.rename">
- <activeWhen>
-
- <with variable="selection">
- <test forcePluginActivation="true" property="org.eclipse.papyrus.infra.nattable.modelexplorer.tablepropertytester.isTable" value="true">
- </test>
- </with>
-
- </activeWhen>
- </handler>
- </extension>
- <extension
- point="org.eclipse.core.expressions.propertyTesters">
- <propertyTester
- class="org.eclipse.papyrus.infra.nattable.modelexplorer.providers.TablePropertyTester"
- id="org.eclipse.papyrus.infra.nattable.modelexplorer.tablepropertytester"
- namespace="org.eclipse.papyrus.infra.nattable.modelexplorer.tablepropertytester"
- properties="isTable"
- type="org.eclipse.jface.viewers.IStructuredSelection">
- </propertyTester>
- </extension>
-</plugin>

Back to the top