Skip to content

Commit 40907e8

Browse files
authored
Include org.eclipse.e4.ui.progress in org.eclipse.e4.rcp (#486)
The org.eclipse.equinox.p2.ui bundle requires the org.eclipse.e4.ui.progress package of the org.eclipse.e4.ui.progress bundle so the bundle is already installed with most applications. Furthermore, if this bundle is not included in any feature, it will need special case handling for publishing to Maven, which would be best avoided. eclipse-platform/eclipse.platform.releng#126
1 parent ac8d91a commit 40907e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

features/org.eclipse.e4.rcp/feature.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
version="0.0.0"
6060
unpack="false"/>
6161

62+
<plugin
63+
id="org.eclipse.e4.ui.progress"
64+
download-size="0"
65+
install-size="0"
66+
version="0.0.0"
67+
unpack="false"/>
68+
6269
<plugin
6370
id="org.eclipse.e4.ui.services"
6471
download-size="0"

0 commit comments

Comments
 (0)