Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-10-03 13:16:02 +0000
committercletavernie2011-10-03 13:16:02 +0000
commit8d34ae472443d27fabf9605b2e7920c1cfce9014 (patch)
tree74f6b333c8bf1667cb34c3b40a1c51688347df0f
parentdd9dcca07f29093a897f0bfab912fd9f14ecf8ed (diff)
downloadorg.eclipse.papyrus-8d34ae472443d27fabf9605b2e7920c1cfce9014.tar.gz
org.eclipse.papyrus-8d34ae472443d27fabf9605b2e7920c1cfce9014.tar.xz
org.eclipse.papyrus-8d34ae472443d27fabf9605b2e7920c1cfce9014.zip
353547: [Property View] Add support for custom Label Provider in the property view header
https://bugs.eclipse.org/bugs/show_bug.cgi?id=353547
-rw-r--r--plugins/core/org.eclipse.papyrus.tabbedproperties.core/plugin.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/core/org.eclipse.papyrus.tabbedproperties.core/plugin.xml b/plugins/core/org.eclipse.papyrus.tabbedproperties.core/plugin.xml
index da3d524b0ae..5e4319bc4fe 100644
--- a/plugins/core/org.eclipse.papyrus.tabbedproperties.core/plugin.xml
+++ b/plugins/core/org.eclipse.papyrus.tabbedproperties.core/plugin.xml
@@ -1,13 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
- <extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
- <propertyContributor
- contributorId="TreeOutlinePage"
- labelProvider="org.eclipse.papyrus.tabbedproperties.core.providers.EMFObjectLabelProvider">
- <propertyCategory category="org.eclipse.papyrus"/>
- </propertyContributor>
- </extension>
<extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
<propertyTabs contributorId="TreeOutlinePage">

Back to the top