Skip to content

Commit

Permalink
releng: Build with tracecompass-e4.31 target by default
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
PatrickTasse committed Mar 20, 2024
1 parent 6922214 commit 3b291fd
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<tycho-use-project-settings>true</tycho-use-project-settings>
<tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl>
<cbi-plugins.version>1.4.2</cbi-plugins.version>
<target-platform>tracecompass-e4.30</target-platform>
<target-platform>tracecompass-e4.31</target-platform>
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.23</help-docs-eclipserun-repo>

<rcptt-version>2.5.4</rcptt-version>
Expand Down
51 changes: 50 additions & 1 deletion rcp/org.eclipse.tracecompass.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
id="org.mortbay.jasper.apache-jsp"
download-size="0"
install-size="0"
version="9.0.52"
version="9.0.83"
unpack="false"/>

<plugin
Expand Down Expand Up @@ -673,4 +673,53 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.osgi.services"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.http.service.api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.osgi.service.http.whiteboard"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.mortbay.jasper.apache-el"
download-size="0"
install-size="0"
version="9.0.83"
unpack="false"/>

<plugin
id="jakarta.el-api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="jakarta.servlet.jsp-api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="jakarta.servlet-api"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
Loading

0 comments on commit 3b291fd

Please sign in to comment.