Skip to content

Commit 3364b30

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/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)