Skip to content

Commit 27b0281

Browse files
Merge remote-tracking branch 'origin/master' into merge/master/release/2.8
2 parents 7ef9179 + 6fba2c4 commit 27b0281

883 files changed

Lines changed: 5047 additions & 4245 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/merge_downstream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_run:
77
workflows: ["Verify branch"]
88
types: [completed] #requested
9-
branches: [release/2.6, release/2.7, waitJob_195]
9+
branches: [release/2.6, release/2.7, release/2.8, waitJob_195]
1010

1111
env:
1212
downstream_release/2.6: release/2.7

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: VNC
104104
run: vncserver $DISPLAY -localhost=1 -noxstartup -PasswordFile /root/.vnc/passwd
105105
- name: Build
106-
run: ./build.sh -Decl-platform-repository=https://download.eclipse.org/releases/2025-12 -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
106+
run: ./build.sh -PlatestPlatform -PforceContextQualifier -DforceContextQualifier=`date '+%Y%m%d%H%M'` -DbuildUrl=file://`pwd` --errors --batch-mode --no-transfer-progress
107107
- name: Archive results
108108
if: always()
109109
uses: actions/upload-artifact@v7

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OPTIONS="-Ddash.batch=200 -Dtycho.localArtifacts=ignore $@"
1515

1616
mvn clean verify -f releng/mirroring/pom.xml $OPTIONS || exit 100
1717

18-
./build_nodeps.sh $OPTIONS || exit $?
18+
./build_nodeps.sh $OPTIONS clean verify || exit $?
1919

2020
./build_runner.sh $OPTIONS || exit $?
2121

build_nodeps.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ export MAVEN_OPTS="-Xms512m -Xmx1024m"
1414
OPTIONS="-Dtycho.localArtifacts=ignore $@"
1515
set -x
1616

17-
mvn clean verify -f releng/core/pom.xml $OPTIONS || exit 101
18-
mvn clean verify -f releng/runtime/pom.xml -P runtime4x $OPTIONS || exit 103
19-
mvn clean verify -f releng/ide/pom.xml $OPTIONS || exit 105
17+
mvn -f releng/core/pom.xml $OPTIONS || exit 101
18+
mvn -f releng/runtime/pom.xml -P runtime4x $OPTIONS || exit 103
19+
mvn -f releng/ide/pom.xml $OPTIONS || exit 105
2020

21-
mvn clean verify -f releng/rap/pom.xml -P core $OPTIONS || exit 110
22-
mvn clean verify -f releng/rap/pom.xml -P ide $OPTIONS || exit 111
21+
mvn -f releng/rap/pom.xml -P core $OPTIONS || exit 110
22+
mvn -f releng/rap/pom.xml -P ide $OPTIONS || exit 111
2323

24-
mvn clean verify -f releng/rcptt/pom.xml $OPTIONS || exit 106
24+
mvn -f releng/rcptt/pom.xml $OPTIONS || exit 106

clean-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<modelVersion>4.0.0</modelVersion>
1616
<groupId>com.xored.q7</groupId>
1717
<artifactId>q7.clean</artifactId>
18-
<version>2.8.0-SNAPSHOT</version>
18+
<version>2.9.0-SNAPSHOT</version>
1919
<packaging>pom</packaging>
2020

2121
<properties>

cli/plugins/org.eclipse.rcptt.cli.common/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Automatic-Module-Name: org.eclipse.rcptt.runner
44
Bundle-Name: %pluginName
55
Bundle-SymbolicName: org.eclipse.rcptt.cli.common;singleton:=true
6-
Bundle-Version: 2.8.0.qualifier
6+
Bundle-Version: 2.9.0.qualifier
77
Require-Bundle: org.eclipse.core.resources,
88
org.eclipse.equinox.common,
99
org.eclipse.core.filesystem,

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>ide</artifactId>
1818
<groupId>org.eclipse.rcptt</groupId>
19-
<version>2.8.0-SNAPSHOT</version>
19+
<version>2.9.0-SNAPSHOT</version>
2020
<relativePath>../releng/ide/pom.xml</relativePath>
2121
</parent>
2222
<modules>

core/contexts/org.eclipse.rcptt.ctx.capability/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.rcptt.ctx.capability;singleton:=true
5-
Bundle-Version: 2.8.0.qualifier
5+
Bundle-Version: 2.9.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin
@@ -12,8 +12,8 @@ Export-Package:
1212
org.eclipse.rcptt.ctx.internal.capability
1313
Require-Bundle: org.eclipse.core.runtime,
1414
org.eclipse.emf.ecore;visibility:=reexport,
15-
org.eclipse.rcptt.core.scenario;bundle-version="[2.8.0,3.0.0)",
16-
org.eclipse.rcptt.core;bundle-version="[2.8.0,3.0.0)",
15+
org.eclipse.rcptt.core.scenario;bundle-version="[2.9.0,3.0.0)",
16+
org.eclipse.rcptt.core;bundle-version="[2.9.0,3.0.0)",
1717
org.eclipse.core.resources
1818
Bundle-ActivationPolicy: lazy
1919
Bundle-Activator: org.eclipse.rcptt.ctx.internal.capability.Activator

core/contexts/org.eclipse.rcptt.ctx.capability/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>rcptt.core.contexts</artifactId>
1717
<groupId>org.eclipse.rcptt</groupId>
18-
<version>2.8.0-SNAPSHOT</version>
18+
<version>2.9.0-SNAPSHOT</version>
1919
</parent>
2020
<artifactId>org.eclipse.rcptt.ctx.capability</artifactId>
2121
<packaging>eclipse-plugin</packaging>

core/contexts/org.eclipse.rcptt.ctx.debug/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: RCPTT Debug
44
Bundle-SymbolicName: org.eclipse.rcptt.ctx.debug;singleton:=true
5-
Bundle-Version: 2.8.0.qualifier
5+
Bundle-Version: 2.9.0.qualifier
66
Bundle-ClassPath: .
77
Bundle-Vendor: Eclipse RCP Testing Tool Project
88
Bundle-Localization: plugin
99
Bundle-RequiredExecutionEnvironment: JavaSE-17
1010
Require-Bundle: org.eclipse.core.runtime,
11-
org.eclipse.rcptt.core;bundle-version="[2.8.0,3.0.0)";visibility:=reexport
11+
org.eclipse.rcptt.core;bundle-version="[2.9.0,3.0.0)";visibility:=reexport
1212
Bundle-ActivationPolicy: lazy
1313
Export-Package: org.eclipse.rcptt.debug,
1414
org.eclipse.rcptt.debug.impl,

0 commit comments

Comments
 (0)