mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 562790 - Switch CDT 10.0 stream to Eclipse Platform 4.16 M2
Updated Eclipse Platform according to https://www.eclipse.org/lists/eclipse-dev/msg11376.html using https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200501-0520/ Added "org.eclipse.urischeme" bundle to debug.product definition as it now required for E4 SWT Workbench Change-Id: I1d2f634db29271590d93abccde6282c05423ff4f Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
69c551ab04
commit
825f88f49a
3 changed files with 3 additions and 2 deletions
|
@ -373,6 +373,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
|
||||||
<plugin id="org.eclipse.ui.workbench"/>
|
<plugin id="org.eclipse.ui.workbench"/>
|
||||||
<plugin id="org.eclipse.ui.workbench.texteditor"/>
|
<plugin id="org.eclipse.ui.workbench.texteditor"/>
|
||||||
<plugin id="org.eclipse.update.configurator"/>
|
<plugin id="org.eclipse.update.configurator"/>
|
||||||
|
<plugin id="org.eclipse.urischeme"/>
|
||||||
<plugin id="org.freemarker"/>
|
<plugin id="org.freemarker"/>
|
||||||
<plugin id="org.sat4j.core"/>
|
<plugin id="org.sat4j.core"/>
|
||||||
<plugin id="org.sat4j.pb"/>
|
<plugin id="org.sat4j.pb"/>
|
||||||
|
|
|
@ -310,7 +310,7 @@
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/cbi/updates/license/"/>
|
url="https://download.eclipse.org/cbi/updates/license/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/eclipse/updates/4.16milestones/S-4.16M1-202004090200/"/>
|
url="https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200501-0520/"/>
|
||||||
<repository
|
<repository
|
||||||
url="https://download.eclipse.org/egit/updates/"/>
|
url="https://download.eclipse.org/egit/updates/"/>
|
||||||
<repository
|
<repository
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
|
||||||
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.test.feature.group" version="0.0.0"/>
|
||||||
<repository location="https://download.eclipse.org/eclipse/updates/4.16milestones/S-4.16M1-202004090200/"/>
|
<repository location="https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200501-0520/"/>
|
||||||
</location>
|
</location>
|
||||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue