1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00

Prerequisite for #1233 (Move to migrated platform terminal)

CDT needs to update its hack to follow internal changes in Platform
0e4942bca8 (diff-54c81a16536eba9489797a9d665c195f0908163e2c7b14ad055d78cc62579fdaL193)
This commit is contained in:
Alexander Fedorov 2025-07-18 18:13:51 +03:00
parent 57df2f1f2a
commit f243fcdb17
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2015 IBM Corporation and others. * Copyright (c) 2000, 2025 IBM Corporation and others.
* *
* This program and the accompanying materials * This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0 * are made available under the terms of the Eclipse Public License 2.0
@ -11,6 +11,7 @@
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Anton Leherbauer (Wind River Systems) - Adapted for CDT * Anton Leherbauer (Wind River Systems) - Adapted for CDT
* Alexander Fedorov (ArSysOp) - adapt to internal Platform changes
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.ui.testplugin; package org.eclipse.cdt.ui.testplugin;
@ -373,7 +374,7 @@ public class EditorTestHelper {
} }
private static Accessor getBackgroundThreadAccessor(AbstractReconciler reconciler) { private static Accessor getBackgroundThreadAccessor(AbstractReconciler reconciler) {
Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fThread"); Object backgroundThread = new Accessor(reconciler, AbstractReconciler.class).get("fWorker");
return new Accessor(backgroundThread, backgroundThread.getClass()); return new Accessor(backgroundThread, backgroundThread.getClass());
} }

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?> <?pde version="3.8"?>
<target name="cdt" sequenceNumber="168"> <target name="cdt" sequenceNumber="169">
<locations> <locations>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/cbi/updates/license/" /> <repository location="https://download.eclipse.org/cbi/updates/license/" />
<unit id="org.eclipse.license.feature.group" version="0.0.0" /> <unit id="org.eclipse.license.feature.group" version="0.0.0" />
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.36/" /> <repository location="https://download.eclipse.org/eclipse/updates/4.37-I-builds/" />
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" /> <unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
<unit id="org.eclipse.jdt.annotation" version="0.0.0" /> <unit id="org.eclipse.jdt.annotation" version="0.0.0" />
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" /> <unit id="org.eclipse.sdk.feature.group" version="0.0.0" />
@ -195,7 +195,7 @@
</dependencies> </dependencies>
</location> </location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06/"/> <repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09/"/>
<unit id="org.junit" version="4.13.2.v20240929-1000" /> <unit id="org.junit" version="4.13.2.v20240929-1000" />
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/> <unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
<unit id="bcpg" version="0.0.0"/> <unit id="bcpg" version="0.0.0"/>