Skip to content

Commit cbf0b32

Browse files
committed
releng: Build with tracecompass-e4.36 target by default
Signed-off-by: Patrick Tasse <[email protected]>
1 parent 9e00e41 commit cbf0b32

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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.35</target-platform>
60+
<target-platform>tracecompass-e4.36</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: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,6 @@
237237
id="org.apache.felix.scr"
238238
version="0.0.0"/>
239239

240-
<plugin
241-
id="org.apache.commons.jxpath"
242-
version="0.0.0"/>
243-
244240
<plugin
245241
id="com.sun.jna"
246242
version="0.0.0"/>
@@ -294,7 +290,7 @@
294290
version="0.0.0"/>
295291

296292
<plugin
297-
id="org.apache.commons.logging"
293+
id="org.apache.commons.commons-logging"
298294
version="0.0.0"/>
299295

300296
<plugin
@@ -442,23 +438,11 @@
442438
version="0.0.0"/>
443439

444440
<plugin
445-
id="org.apache.commons.jxpath"
446-
version="0.0.0"/>
447-
448-
<plugin
449-
id="org.apache.commons.commons-beanutils"
450-
version="0.0.0"/>
451-
452-
<plugin
453-
id="org.apache.commons.collections"
454-
version="0.0.0"/>
455-
456-
<plugin
457-
id="org.jdom"
441+
id="org.eclipse.launchbar.core"
458442
version="0.0.0"/>
459443

460444
<plugin
461-
id="org.eclipse.launchbar.core"
445+
id="com.github.weisj.jsvg"
462446
version="0.0.0"/>
463447

464448
<plugin

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
id="org.apache.felix.scr"
238238
version="0.0.0"/>
239239

240+
<plugin
241+
id="org.apache.commons.jxpath"
242+
version="0.0.0"/>
243+
240244
<plugin
241245
id="com.sun.jna"
242246
version="0.0.0"/>
@@ -290,7 +294,7 @@
290294
version="0.0.0"/>
291295

292296
<plugin
293-
id="org.apache.commons.commons-logging"
297+
id="org.apache.commons.logging"
294298
version="0.0.0"/>
295299

296300
<plugin
@@ -438,11 +442,23 @@
438442
version="0.0.0"/>
439443

440444
<plugin
441-
id="org.eclipse.launchbar.core"
445+
id="org.apache.commons.jxpath"
446+
version="0.0.0"/>
447+
448+
<plugin
449+
id="org.apache.commons.commons-beanutils"
442450
version="0.0.0"/>
443451

444452
<plugin
445-
id="com.github.weisj.jsvg"
453+
id="org.apache.commons.collections"
454+
version="0.0.0"/>
455+
456+
<plugin
457+
id="org.jdom"
458+
version="0.0.0"/>
459+
460+
<plugin
461+
id="org.eclipse.launchbar.core"
446462
version="0.0.0"/>
447463

448464
<plugin

0 commit comments

Comments
 (0)