Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2016-04-01 21:57:29 +0000
committerMarc-Andre Laperle2016-04-01 21:57:29 +0000
commit73bb3b8fccec13ad41cac130bd974fb5f6146137 (patch)
treef235aa18a3004264174691bc1fea36cc409dbd63 /packages/org.eclipse.epp.package.cpp.product
parent651db1d85a620d50015c4fdbf48f161888418fdb (diff)
downloadorg.eclipse.epp.packages-73bb3b8fccec13ad41cac130bd974fb5f6146137.tar.gz
org.eclipse.epp.packages-73bb3b8fccec13ad41cac130bd974fb5f6146137.tar.xz
org.eclipse.epp.packages-73bb3b8fccec13ad41cac130bd974fb5f6146137.zip
Bug 490552 - Move features that are not OS specific to top level
To be able to upgrade features, they need to be at the top level. Some features used to be installable only on Linux so they had to be put in p2.inf to be optional but some are now installable eveywhere. So the features that are not Linux-specific can be moved to the top level again. Change-Id: I96351b4be27c618184b88a596416a5ede8998e76 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp.product')
-rw-r--r--packages/org.eclipse.epp.package.cpp.product/epp.product14
1 files changed, 14 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 5b2a336e..39f0c62f 100644
--- a/packages/org.eclipse.epp.package.cpp.product/epp.product
+++ b/packages/org.eclipse.epp.package.cpp.product/epp.product
@@ -201,6 +201,15 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<!-- not available in Neon on 2016-02-21
<feature id="org.eclipse.egit.import" installMode="root"/>
-->
+
+ <feature id="org.eclipse.linuxtools.cdt.libhover.feature" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.cdt.libhover.devhelp.feature" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.changelog.c" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.gcov" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.gprof.feature" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.rpm" installMode="root"/>
+ <feature id="org.eclipse.linuxtools.valgrind" installMode="root"/>
+
<feature id="org.eclipse.mylyn.bugzilla_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.context_feature" installMode="root"/>
<feature id="org.eclipse.mylyn_feature" installMode="root"/>
@@ -208,6 +217,11 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
<feature id="org.eclipse.mylyn.team_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.rse" installMode="root"/>
+
+ <feature id="org.eclipse.tracecompass.gdbtrace" installMode="root"/>
+ <feature id="org.eclipse.tracecompass.lttng2.control" installMode="root"/>
+ <feature id="org.eclipse.tracecompass.lttng2.kernel" installMode="root"/>
+ <feature id="org.eclipse.tracecompass.lttng2.ust" installMode="root"/>
</features>

Back to the top