Skip to content

Commit

Permalink
Update target platform to 4.29-I-builds.
Browse files Browse the repository at this point in the history
- Adjust for reduction in visibility of WorkManager.operationCanceled()

Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Jun 14, 2023
1 parent 025d9bf commit 810f806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ private void refreshLocalResource(IResource resource, int depth, IProgressMonito
workspace.beginOperation(true);
build = file.getLocalManager().refresh(file, IResource.DEPTH_ZERO, true, monitor);
} catch (OperationCanceledException e) {
workspace.getWorkManager().operationCanceled();
throw e;
} finally {
monitor.done();
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ls.target/org.eclipse.jdt.ls.tp.target
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.29-I-builds/I20230611-1800/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>
Expand Down

0 comments on commit 810f806

Please sign in to comment.