-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from adangel:support-eclipse-2023-09
Support eclipse 2023-09 #183
- Loading branch information
Showing
6 changed files
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
target-platforms/2022-09.target → target-platforms/2023-09.target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?pde?> | ||
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl --> | ||
<target name="2022-09 (4.25)" sequenceNumber="1683993272"> | ||
<target name="2023-09 (4.29)" sequenceNumber="1696083617"> | ||
<locations> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.eclipse.platform.feature.group" version="4.25.0.v20220831-1800"/> | ||
<unit id="org.eclipse.jdt.feature.group" version="3.18.1300.v20220831-1800"/> | ||
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.27.0.v202207150226"/> | ||
<unit id="org.eclipse.pde.feature.group" version="3.14.1300.v20220831-1800"/> | ||
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.0.0.202206011610"/> | ||
<unit id="org.eclipse.swtbot.feature.group" version="4.0.0.202206011610"/> | ||
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.0.0.202206011610"/> | ||
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.0.0.202206011610"/> | ||
<repository location="https://download.eclipse.org/releases/2022-09/"/> | ||
<unit id="org.eclipse.platform.feature.group" version="4.29.0.v20230903-1000"/> | ||
<unit id="org.eclipse.jdt.feature.group" version="3.19.200.v20230903-1000"/> | ||
<unit id="org.eclipse.wst.xml_core.feature.feature.group" version="3.31.0.v202308210520"/> | ||
<unit id="org.eclipse.pde.feature.group" version="3.15.100.v20230903-1000"/> | ||
<unit id="org.eclipse.swtbot.eclipse.feature.group" version="4.1.0.202306071420"/> | ||
<unit id="org.eclipse.swtbot.feature.group" version="4.1.0.202306071420"/> | ||
<unit id="org.eclipse.swtbot.ide.feature.group" version="4.1.0.202306071420"/> | ||
<unit id="org.eclipse.swtbot.generator.feature.feature.group" version="4.1.0.202306071420"/> | ||
<repository location="https://download.eclipse.org/releases/2023-09/"/> | ||
</location> | ||
<location includeMode="planner" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="false" type="InstallableUnit"> | ||
<unit id="org.apache.commons.io" version="2.8.0.v20210415-0900"/> | ||
<unit id="org.apache.commons.io.source" version="2.8.0.v20210415-0900"/> | ||
<unit id="org.apache.commons.lang" version="2.6.0.v20220406-2305"/> | ||
<unit id="org.apache.commons.lang.source" version="2.6.0.v20220406-2305"/> | ||
<unit id="org.junit" version="4.13.2.v20211018-1956"/> | ||
<unit id="org.junit.source" version="4.13.2.v20211018-1956"/> | ||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2022-09/"/> | ||
<unit id="org.apache.commons.commons-io" version="2.13.0"/> | ||
<unit id="org.apache.commons.commons-io.source" version="2.13.0"/> | ||
<unit id="org.apache.commons.lang" version="2.6.0"/> | ||
<unit id="org.apache.commons.lang.source" version="2.6.0"/> | ||
<unit id="org.junit" version="4.13.2.v20230809-1000"/> | ||
<unit id="org.junit.source" version="4.13.2.v20230809-1000"/> | ||
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09/"/> | ||
</location> | ||
</locations> | ||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/> | ||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/> | ||
</target> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters