Skip to content

Commit f243fcd

Browse files
committed
Prerequisite for #1233 (Move to migrated platform terminal)
CDT needs to update its hack to follow internal changes in Platform eclipse-platform/eclipse.platform.ui@0e4942b#diff-54c81a16536eba9489797a9d665c195f0908163e2c7b14ad055d78cc62579fdaL193
1 parent 57df2f1 commit f243fcd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin/EditorTestHelper.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2000, 2015 IBM Corporation and others.
2+
* Copyright (c) 2000, 2025 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -11,6 +11,7 @@
1111
* Contributors:
1212
* IBM Corporation - initial API and implementation
1313
* Anton Leherbauer (Wind River Systems) - Adapted for CDT
14+
* Alexander Fedorov (ArSysOp) - adapt to internal Platform changes
1415
*******************************************************************************/
1516
package org.eclipse.cdt.ui.testplugin;
1617

@@ -373,7 +374,7 @@ public static SourceViewer getSourceViewer(AbstractTextEditor editor) {
373374
}
374375

375376
private static Accessor getBackgroundThreadAccessor(AbstractReconciler reconciler) {
376-
Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fThread");
377+
Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fWorker");
377378
return new Accessor(backgroundThread, backgroundThread.getClass());
378379
}
379380

releng/org.eclipse.cdt.target/cdt.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="cdt" sequenceNumber="168">
3+
<target name="cdt" sequenceNumber="169">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<repository location="https://download.eclipse.org/cbi/updates/license/" />
77
<unit id="org.eclipse.license.feature.group" version="0.0.0" />
88
</location>
99
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
10-
<repository location="https://download.eclipse.org/eclipse/updates/4.36/" />
10+
<repository location="https://download.eclipse.org/eclipse/updates/4.37-I-builds/" />
1111
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
1212
<unit id="org.eclipse.jdt.annotation" version="0.0.0" />
1313
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" />
@@ -195,7 +195,7 @@
195195
</dependencies>
196196
</location>
197197
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
198-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06/"/>
198+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09/"/>
199199
<unit id="org.junit" version="4.13.2.v20240929-1000" />
200200
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
201201
<unit id="bcpg" version="0.0.0"/>

0 commit comments

Comments
 (0)