Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate the target platform for Eclipse 4.31 #1516

Merged
merged 1 commit into from Dec 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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