Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210"/>
</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.
-->
<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" />
</location>

<!-- uncomment 'eclipse_home' location, with text editor, for use in Eclipse IDE
<location path="${eclipse_home}" type="Profile"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.test"
label="%featureName"
version="3.9.200.qualifier"
version="3.9.300.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Loading