Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-04-14 17:01:39 +0000
committerLars Vogel2020-04-14 17:54:59 +0000
commit4b398853ccf816ff603f3b287c68cbb277b54122 (patch)
tree29cce91db363d6cd307f5a2d824e3ce036fc2750
parentab4411db67460e31587cfcc32dda673f570924c3 (diff)
downloadeclipse.platform.ui-4b398853ccf816ff603f3b287c68cbb277b54122.tar.gz
eclipse.platform.ui-4b398853ccf816ff603f3b287c68cbb277b54122.tar.xz
eclipse.platform.ui-4b398853ccf816ff603f3b287c68cbb277b54122.zip
Bug 561588 - [Dark Theme] add org.eclipse.e4.ui.swt.win32 to e4.rcp
feature Change-Id: I30b9c22a420ac831d020a295e02f417ce12eed72 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--features/org.eclipse.e4.rcp/feature.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index 1256107ce46..953eab845f7 100644
--- a/features/org.eclipse.e4.rcp/feature.xml
+++ b/features/org.eclipse.e4.rcp/feature.xml
@@ -577,6 +577,15 @@
unpack="false"/>
<plugin
+ id="org.eclipse.e4.ui.swt.win32"
+ ws="win32"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.e4.core.di.extensions.supplier"
download-size="0"
install-size="0"

Back to the top