Skip to content

Commit d6120d5

Browse files
committed
Add CDT core native API bundle for compilation
1 parent f7a01c9 commit d6120d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@
6868
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
6969
<repository location="https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
7070
</location>
71+
72+
<!--
73+
We consume the bundle form CDT unless we can fully migrate it to platform, this is only used for compilation
74+
If one wants to use the terminal console feature in a product (e.g. EPP) one needs to include the CDT terminal support,
75+
together with bundle org.eclipse.debug.terminal.
76+
-->
77+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
78+
<repository location="https://download.eclipse.org/tools/cdt/releases/12.1/cdt-12.1.0/"/>
79+
<unit id="org.eclipse.cdt.core.native" />
80+
</location>
7181

7282
<!-- uncomment 'eclipse_home' location, with text editor, for use in Eclipse IDE
7383
<location path="${eclipse_home}" type="Profile"/>

0 commit comments

Comments
 (0)