mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 566339: Restore lost bundles to CDT's p2 repo
These were lost accidentally in commit 2bd07a89ca
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
This commit is contained in:
parent
0c5093d6ff
commit
aa5d565542
1 changed files with 16 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue