Skip to content

Commit f921656

Browse files
committed
Add CDT core native API bundle for compilation
1 parent 808d4a7 commit f921656

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
@@ -69,6 +69,16 @@
6969
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
7070
<repository location="https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
7171
</location>
72+
73+
<!--
74+
We consume the bundle form CDT unless we can fully migrate it to platform, this is only used for compilation
75+
If one wants to use the terminal console feature in a product (e.g. EPP) one needs to include the CDT terminal support,
76+
together with bundle org.eclipse.debug.terminal.
77+
-->
78+
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
79+
<repository location="https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-rc2/"/>
80+
<unit id="org.eclipse.cdt.core.native" />
81+
</location>
7282

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

0 commit comments

Comments
 (0)