Skip to content

Commit

Permalink
build(deps): target Eclipse Platform 2023-09 (4.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom authored Dec 26, 2023
1 parent 353577b commit fef609d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions target-platform/tm4e-target.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
<?pde version="3.8"?>
<target name="tm4e" sequenceNumber="9">
<locations>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="https://download.eclipse.org/cbi/updates/license"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.gson" version="2.10.1"/>
<unit id="org.apache.batik.css" version="1.16.0.v20221027-0840"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
</location>

<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>
Expand All @@ -19,10 +22,10 @@
<unit id="junit-jupiter-api" version="0.0.0"/>
<unit id="org.eclipse.jdt.junit5.runtime" version="0.0.0"/>
<unit id="org.eclipse.ui.trace" version="0.0.0"/>
<unit id="org.hamcrest.core" version="0.0.0"/>
<!-- 4.28 = Eclipse 2023-06 -->
<repository location="https://download.eclipse.org/eclipse/updates/4.28/"/>
<!-- 4.29 = Eclipse 2023-09 -->
<repository location="https://download.eclipse.org/eclipse/updates/4.29/"/>
</location>

<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
Expand All @@ -33,6 +36,7 @@
</dependency>
</dependencies>
</location>

<location includeDependencyDepth="direct" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven">
<dependencies>
<dependency>
Expand All @@ -53,5 +57,6 @@ DynamicImport-Package: *
]]></instructions>
</location>
</locations>

<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
</target>

0 comments on commit fef609d

Please sign in to comment.