Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,20 @@
</location>

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

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