Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2019-08-03 16:13:32 +0000
committerJonah Graham2019-08-03 16:13:32 +0000
commitffa02c5d5c91012f78c1204c1bbd26e25d546f26 (patch)
treea8a8d61566bf1b615f9befbd676be49735771b8b /packages
parentd7cd5b841298986994d2a01ba94fe3d6adc056aa (diff)
downloadorg.eclipse.epp.packages-ffa02c5d5c91012f78c1204c1bbd26e25d546f26.tar.gz
org.eclipse.epp.packages-ffa02c5d5c91012f78c1204c1bbd26e25d546f26.tar.xz
org.eclipse.epp.packages-ffa02c5d5c91012f78c1204c1bbd26e25d546f26.zip
Bug 549433: Set launchbar as a root feature
The launchbar was already a dependent feature of other projects, such as QT, so was being included in the EPP. Having launchbar be a root feature allows Check for Updates to consider updating just the launchbar. Change-Id: I8188d0801c7e0614eb50869e0caecbe027c8708c
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/epp.product2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.product/epp.product b/packages/org.eclipse.epp.package.cpp.product/epp.product
index 8dbca7f9..85961e5f 100644
--- a/packages/org.eclipse.epp.package.cpp.product/epp.product
+++ b/packages/org.eclipse.epp.package.cpp.product/epp.product
@@ -211,6 +211,8 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.cdt.launch.serial.feature" installMode="root"/>
<feature id="org.eclipse.cdt.testsrunner.feature" installMode="root"/>
<feature id="org.eclipse.cdt.mylyn" installMode="root"/>
+ <feature id="org.eclipse.launchbar" installMode="root"/>
+ <feature id="org.eclipse.launchbar.remote" installMode="root"/>
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.linuxtools.cdt.libhover.feature" installMode="root"/>

Back to the top