Skip to content

Commit d8fc874

Browse files
committed
releng: Build with tracecompass-e4.34 target by default
Signed-off-by: Patrick Tasse <[email protected]>
1 parent e055cad commit d8fc874

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<tycho-use-project-settings>true</tycho-use-project-settings>
5858
<tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl>
5959
<cbi-plugins.version>1.4.2</cbi-plugins.version>
60-
<target-platform>tracecompass-e4.33</target-platform>
60+
<target-platform>tracecompass-e4.34</target-platform>
6161
<help-docs-eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.23</help-docs-eclipserun-repo>
6262

6363
<rcptt-version>2.5.4</rcptt-version>

rcp/org.eclipse.tracecompass.rcp/feature.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287

288288
<plugin
289289
id="org.mortbay.jasper.apache-jsp"
290-
version="9.0.90"/>
290+
version="9.0.96"/>
291291

292292
<plugin
293293
id="com.google.guava.failureaccess"
@@ -407,7 +407,7 @@
407407

408408
<plugin
409409
id="org.mortbay.jasper.apache-el"
410-
version="9.0.90"/>
410+
version="9.0.96"/>
411411

412412
<plugin
413413
id="jakarta.el-api"
@@ -437,4 +437,8 @@
437437
id="org.tukaani.xz"
438438
version="0.0.0"/>
439439

440+
<plugin
441+
id="org.apache.xmlgraphics"
442+
version="0.0.0"/>
443+
440444
</feature>

rcp/org.eclipse.tracecompass.rcp/legacy-e4.32/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.tracecompass.rcp"
44
label="%featureName"
5-
version="10.0.0.qualifier"
5+
version="10.2.0.qualifier"
66
provider-name="%featureProvider"
77
plugin="org.eclipse.tracecompass.rcp.branding"
88
license-feature="org.eclipse.license"

rcp/org.eclipse.tracecompass.rcp/staging/feature.xml renamed to rcp/org.eclipse.tracecompass.rcp/legacy-e4.33/feature.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287

288288
<plugin
289289
id="org.mortbay.jasper.apache-jsp"
290-
version="9.0.96"/>
290+
version="9.0.90"/>
291291

292292
<plugin
293293
id="com.google.guava.failureaccess"
@@ -407,7 +407,7 @@
407407

408408
<plugin
409409
id="org.mortbay.jasper.apache-el"
410-
version="9.0.96"/>
410+
version="9.0.90"/>
411411

412412
<plugin
413413
id="jakarta.el-api"
@@ -437,8 +437,4 @@
437437
id="org.tukaani.xz"
438438
version="0.0.0"/>
439439

440-
<plugin
441-
id="org.apache.xmlgraphics"
442-
version="0.0.0"/>
443-
444440
</feature>

0 commit comments

Comments
 (0)