Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah Graham2020-08-25 02:05:27 +0000
committerJonah Graham2020-08-25 02:26:19 +0000
commitaa5d56554239b0bfe933ddb1b6d7ff76aeb344bf (patch)
tree61e3898d9525eaeeef8774b90f3388642f9b5093
parent0c5093d6ffaede272e1b4eff5f9b611bd10e4a5c (diff)
downloadorg.eclipse.cdt-aa5d56554239b0bfe933ddb1b6d7ff76aeb344bf.tar.gz
org.eclipse.cdt-aa5d56554239b0bfe933ddb1b6d7ff76aeb344bf.tar.xz
org.eclipse.cdt-aa5d56554239b0bfe933ddb1b6d7ff76aeb344bf.zip
Bug 566339: Restore lost bundles to CDT's p2 repo
These were lost accidentally in commit 2bd07a89caed5b9752ed595a09d870efe12005c1 In the restore version use the core PDE way of including bundles, rather than Tycho's <iu> extension as we don't need the extended capabilities and having an editor that works is nicer. See Bug 566340 Change-Id: If78d34737957c322b1d068840fc6f17883857070
-rw-r--r--releng/org.eclipse.cdt.repo/category.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.repo/category.xml b/releng/org.eclipse.cdt.repo/category.xml
index d9aa82f450c..4858616e9a9 100644
--- a/releng/org.eclipse.cdt.repo/category.xml
+++ b/releng/org.eclipse.cdt.repo/category.xml
@@ -192,6 +192,22 @@
<feature id="org.eclipse.tm.terminal.feature.source">
<category name="terminal_sdk"/>
</feature>
+ <bundle id="org.eclipse.cdt.util" version="0.0.0"/>
+ <bundle id="org.eclipse.cdt.util.source" version="0.0.0"/>
+ <bundle id="org.eclipse.cdt.remote.core" version="0.0.0"/>
+ <bundle id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
+ <bundle id="javax.activation" version="0.0.0"/>
+ <bundle id="javax.xml" version="0.0.0"/>
+ <bundle id="javax.xml.bind" version="0.0.0"/>
+ <bundle id="javax.xml.stream" version="0.0.0"/>
+ <bundle id="com.google.gson" version="0.0.0"/>
+ <bundle id="org.freemarker" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.core" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.core.source" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.freemarker" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.freemarker.source" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.ui" version="0.0.0"/>
+ <bundle id="org.eclipse.tools.templates.ui.source" version="0.0.0"/>
<bundle id="org.eclipse.cdt.cmake.is.arm">
<category name="extra"/>
</bundle>

Back to the top