File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
core/org.eclipse.cdt.ui.tests/src/org/eclipse/cdt/ui/testplugin
releng/org.eclipse.cdt.target Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2000, 2015 IBM Corporation and others.
2
+ * Copyright (c) 2000, 2025 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
11
11
* Contributors:
12
12
* IBM Corporation - initial API and implementation
13
13
* Anton Leherbauer (Wind River Systems) - Adapted for CDT
14
+ * Alexander Fedorov (ArSysOp) - adapt to internal Platform changes
14
15
*******************************************************************************/
15
16
package org .eclipse .cdt .ui .testplugin ;
16
17
@@ -373,7 +374,7 @@ public static SourceViewer getSourceViewer(AbstractTextEditor editor) {
373
374
}
374
375
375
376
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 " );
377
378
return new Accessor (backgroundThread , backgroundThread .getClass ());
378
379
}
379
380
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<?pde version =" 3.8" ?>
3
- <target name =" cdt" sequenceNumber =" 168 " >
3
+ <target name =" cdt" sequenceNumber =" 169 " >
4
4
<locations >
5
5
<location includeAllPlatforms =" false" includeConfigurePhase =" false" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
6
6
<repository location =" https://download.eclipse.org/cbi/updates/license/" />
7
7
<unit id =" org.eclipse.license.feature.group" version =" 0.0.0" />
8
8
</location >
9
9
<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 /" />
11
11
<unit id =" org.eclipse.equinox.executable.feature.group" version =" 0.0.0" />
12
12
<unit id =" org.eclipse.jdt.annotation" version =" 0.0.0" />
13
13
<unit id =" org.eclipse.sdk.feature.group" version =" 0.0.0" />
195
195
</dependencies >
196
196
</location >
197
197
<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 /" />
199
199
<unit id =" org.junit" version =" 4.13.2.v20240929-1000" />
200
200
<unit id =" org.eclipse.orbit.xml-apis-ext" version =" 1.0.0.v20240917-0534" />
201
201
<unit id =" bcpg" version =" 0.0.0" />
You can’t perform that action at this time.
0 commit comments