Skip to content

Commit

Permalink
Regenerate the target platform for Eclipse 4.31
Browse files Browse the repository at this point in the history
Upgrade Tycho to 4.0.4.

#1508
  • Loading branch information
merks committed Dec 5, 2023
1 parent 71c83a9 commit df00156
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions build/org.eclipse.birt.target/org.eclipse.birt.target.target
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>
<target name="Generated from BIRT" sequenceNumber="27">
<target name="Generated from BIRT" sequenceNumber="28">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="bcpg" version="0.0.0"/>
<unit id="bcprov" version="0.0.0"/>
<unit id="biz.aQute.bnd.util" version="0.0.0"/>
<unit id="biz.aQute.bndlib" version="0.0.0"/>
<unit id="biz.aQute.repository" version="0.0.0"/>
<unit id="biz.aQute.resolve" version="0.0.0"/>
<unit id="com.github.librepdf.openpdf" version="0.0.0"/>
<unit id="com.github.virtuald.curvesapi" version="0.0.0"/>
<unit id="com.google.guava.failureaccess" version="0.0.0"/>
Expand Down Expand Up @@ -121,10 +123,11 @@
<unit id="org.mortbay.jasper.apache-jsp" version="9.0.52"/>
<unit id="org.mozilla.javascript" version="0.0.0"/>
<unit id="org.objectweb.asm.commons" version="0.0.0"/>
<unit id="org.osgi.service.coordinator" version="0.0.0"/>
<unit id="org.osgi.service.repository" version="0.0.0"/>
<unit id="org.osgi.util.tracker" version="0.0.0"/>
<unit id="slf4j.api" version="0.0.0"/>
<unit id="slf4j.simple" version="0.0.0"/>
<unit id="slf4j.nop" version="0.0.0"/>
<repository location="https://download.eclipse.org/cbi/updates/license"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/latest"/>
<repository location="https://download.eclipse.org/oomph/simrel-orbit-legacy/milestone/latest"/>
Expand All @@ -135,7 +138,7 @@
<repository location="https://download.eclipse.org/webtools/repository/latest"/>
<repository location="https://download.eclipse.org/justj/epp/release/latest"/>
<repository location="https://download.eclipse.org/justj/jres/17/updates/release/latest"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.30-I-builds"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.31-I-builds"/>
</location>
</locations>
</target>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -37,7 +37,7 @@
<junit-version>4.13.2</junit-version>
<maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
<maven-surefire-plugin-version>2.22.0</maven-surefire-plugin-version>
<tycho.version>4.0.3</tycho.version>
<tycho.version>4.0.4</tycho.version>
<jetty.version>10.0.15</jetty.version>
<cbi-version>1.3.1</cbi-version>
<skipTests>false</skipTests>
Expand Down

0 comments on commit df00156

Please sign in to comment.