Skip to content

Commit eb09f09

Browse files
committed
Add CDT native fragments so we can include them in the update-site
Currently one needs to install the terminal features to get the native fragments. It seems more useful to include them here as well so one can install the new bundle independently from the terminal-view.
1 parent 224ad11 commit eb09f09

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,20 @@
7070
</location>
7171

7272
<!--
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.
73+
We consume the bundle form CDT unless we can fully migrate it to platform, this is only used for compilation / inclusion in update site.
74+
If one wants to use the terminal console feature in a product (e.g. EPP) one needs to include the bundle org.eclipse.debug.terminal.
7675
-->
7776
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
7877
<repository location="https://download.eclipse.org/tools/cdt/releases/12.1/cdt-12.1.0"/>
7978
<unit id="org.eclipse.cdt.core.native" version="6.4.0.202505200054" />
79+
<unit id="org.eclipse.cdt.core.linux" version="6.1.100.202402230238" />
80+
<unit id="org.eclipse.cdt.core.linux.x86_64" version="12.1.0.202506041907" />
81+
<unit id="org.eclipse.cdt.core.linux.ppc64le" version="12.1.0.202506041907" />
82+
<unit id="org.eclipse.cdt.core.linux.aarch64" version="12.1.0.202506041907" />
83+
<unit id="org.eclipse.cdt.core.macosx" version="12.1.0.202506041907" />
84+
<unit id="org.eclipse.cdt.core.win32" version="6.1.200.202505191828" />
85+
<unit id="org.eclipse.cdt.core.win32.x86_64" version="12.1.0.202506041907" />
86+
<unit id="org.eclipse.cdt.core.win32.aarch64" version="12.1.0.202506041907" />
8087
</location>
8188

8289
<!-- uncomment 'eclipse_home' location, with text editor, for use in Eclipse IDE

0 commit comments

Comments
 (0)