Skip to content

Commit

Permalink
Update the target platform
Browse files Browse the repository at this point in the history
- Update to Orbit m2 for batik/xmlgraphics
- Update to EMF m2.
- Update apache-el/apache-jsp to 9.0.96
  • Loading branch information
merks committed Oct 15, 2024
1 parent 0d0f9fe commit 9a8d0fb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<unit id="org.apache.ant" version="1.10.15.v20240901-1000"/>
<unit id="org.apache.ant.source" version="1.10.15.v20240901-1000"/>

<unit id="org.apache.batik.css" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.util" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.i18n" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.constants" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.css.source" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.util.source" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.i18n.source" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.constants.source" version="1.17.0.v20231215-1130"/>
<unit id="org.apache.batik.css" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.util" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.i18n" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.constants" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.css.source" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.util.source" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.i18n.source" version="1.18.0.v20241009-1200"/>
<unit id="org.apache.batik.constants.source" version="1.18.0.v20241009-1200"/>

<unit id="org.apache.xmlgraphics" version="2.9.0.v20230916-1600"/>
<unit id="org.apache.xmlgraphics.source" version="2.9.0.v20230916-1600"/>
<unit id="org.apache.xmlgraphics" version="2.10.0.v20241009-1200"/>
<unit id="org.apache.xmlgraphics.source" version="2.10.0.v20241009-1200"/>

<!-- needed because org.eclipse.jdt.feature.group includes it, but it should include org.hamcrest (direct-from-maven) instead -->
<unit id="org.junit" version="4.13.2.v20240929-1000"/>
Expand Down Expand Up @@ -49,7 +49,7 @@
<unit id="org.commonmark-gfm-tables" version="0.23.0.v20240917-1000"/>

<!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410030659"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410151055"/>
</location>

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
Expand All @@ -66,7 +66,7 @@
<unit id="org.eclipse.emf.databinding.source.feature.group" version="1.12.0.v20240604-0832"/>
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="1.12.0.v20240604-0832"/>
<unit id="org.eclipse.emf.databinding.edit.source.feature.group" version="1.12.0.v20240604-0832"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410011416"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410151007"/>
</location>

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
Expand Down Expand Up @@ -314,13 +314,13 @@
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-el</artifactId>
<version>9.0.90</version>
<version>9.0.96</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mortbay.jasper</groupId>
<artifactId>apache-jsp</artifactId>
<version>9.0.90</version>
<version>9.0.96</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9a8d0fb

Please sign in to comment.