Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-06-21 10:48:26 +0000
committerLars Vogel2018-06-21 11:54:44 +0000
commit9f107476d07e28f02959b3b2aa4a97f3c4fb9b4c (patch)
treefb8fce5a959465a553e67d69b7bb30d54c91be7c
parent0881576b796d91c9dcef829a4f7de0cde70dc1e3 (diff)
downloadeclipse.platform.ui-9f107476d07e28f02959b3b2aa4a97f3c4fb9b4c.tar.gz
eclipse.platform.ui-9f107476d07e28f02959b3b2aa4a97f3c4fb9b4c.tar.xz
eclipse.platform.ui-9f107476d07e28f02959b3b2aa4a97f3c4fb9b4c.zip
Bug 536135 - Missing ids in extensions of org.eclipse.e4.ui.css.swt
Change-Id: I5de7682c4a5ce458cf4c071d3550d7017e0e296f Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.e4.ui.css.swt/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.ui.css.swt/plugin.xml b/bundles/org.eclipse.e4.ui.css.swt/plugin.xml
index 58a5e435a12..ee1eb320feb 100644
--- a/bundles/org.eclipse.e4.ui.css.swt/plugin.xml
+++ b/bundles/org.eclipse.e4.ui.css.swt/plugin.xml
@@ -2,6 +2,7 @@
<?eclipse version="3.4"?>
<plugin>
<extension
+ id="org.eclipse.e4.ui.css.swt.elementprovider1"
point="org.eclipse.e4.ui.css.core.elementProvider">
<provider
class="org.eclipse.e4.ui.css.swt.dom.SWTElementProvider">
@@ -55,6 +56,7 @@
<extension
+ id="org.eclipse.e4.ui.css.swt.propertyhandler1"
point="org.eclipse.e4.ui.css.core.propertyHandler">
<handler
adapter="org.eclipse.e4.ui.css.swt.dom.ControlElement"

Back to the top