Skip to content

Commit ec19e82

Browse files
committed
[TP] update to Eclipse 4.27 and latest versions of other SimRel deps
1 parent 5c35b23 commit ec19e82

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

org.eclipse.m2e.repository/category.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<bundle id="com.google.gson"/>
2828
<bundle id="com.google.gson.source"/>
2929
<category-def name="m2e" label="Maven Integration for Eclipse"/>
30-
<repository-reference location="https://download.eclipse.org/wildwebdeveloper/releases/1.0.1/" enabled="true" />
31-
<repository-reference location="https://download.eclipse.org/lsp4e/releases/0.21.0/" enabled="true" />
32-
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.26/" enabled="true" />
30+
<repository-reference location="https://download.eclipse.org/wildwebdeveloper/releases/1.0.3/" enabled="true" />
31+
<repository-reference location="https://download.eclipse.org/lsp4j/updates/releases/0.20.1/" enabled="true" />
32+
<repository-reference location="https://download.eclipse.org/lsp4e/releases/0.22.0/" enabled="true" />
33+
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.27/" enabled="true" />
3334
</site>

target-platform/target-platform.target

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,35 @@
44
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
55
<locations>
66
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
7-
<repository location="https://download.eclipse.org/eclipse/updates/4.26/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
8-
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-12/"/>
7+
<repository location="https://download.eclipse.org/eclipse/updates/4.27/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
8+
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-03/"/>
99
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
1010
<unit id="org.eclipse.equinox.p2.discovery.feature.feature.group" version="0.0.0"/>
1111
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
1212
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
1313
</location>
1414
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
15-
<repository location="https://download.eclipse.org/egit/updates-6.4/"/>
15+
<repository location="https://download.eclipse.org/egit/updates-6.5/"/>
1616
<unit id="org.eclipse.jgit" version="0.0.0"/>
1717
</location>
1818
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
19-
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.32"/>
19+
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0"/>
2020
<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
2121
<unit id="org.eclipse.emf.ecore.edit.feature.group" version="0.0.0"/>
2222
</location>
2323
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
24-
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.28.0/R-3.28.0-20221120050827/repository/"/>
24+
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/"/>
2525
<unit id="org.eclipse.wst.common.uriresolver" version="0.0.0"/>
2626
<unit id="org.eclipse.wst.common.emf" version="0.0.0"/>
2727
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
2828
</location>
2929
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
30-
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.0.1/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
30+
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.0.3/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
3131
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
3232
</location>
3333
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
34-
<repository location="https://download.eclipse.org/lsp4e/releases/0.21.0/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
34+
<repository location="https://download.eclipse.org/lsp4e/releases/0.22.0/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
35+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.20.1/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml-->
3536
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
3637
</location>
3738
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">

0 commit comments

Comments
 (0)