File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
target-platforms/target-platform-latest Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Tests for language server bundle (Incubation)
44Bundle-SymbolicName : org.eclipse.lsp4e.test;singleton:=true
5- Bundle-Version : 0.16.2 .qualifier
5+ Bundle-Version : 0.16.3 .qualifier
66Fragment-Host : org.eclipse.lsp4e
77Bundle-Vendor : Eclipse LSP4E
88Bundle-RequiredExecutionEnvironment : JavaSE-21
Original file line number Diff line number Diff line change 88 </parent >
99 <artifactId >org.eclipse.lsp4e.test</artifactId >
1010 <packaging >eclipse-test-plugin</packaging >
11- <version >0.16.2 -SNAPSHOT</version >
11+ <version >0.16.3 -SNAPSHOT</version >
1212
1313 <properties >
1414 <os-jvm-flags /> <!-- for the default case -->
4343 <useUIThread >true</useUIThread >
4444 <forkedProcessTimeoutInSeconds >1200</forkedProcessTimeoutInSeconds >
4545 <argLine >-Dfile.encoding=${project.build.sourceEncoding} -Xms1g -Xmx1g -Djava.util.logging.config.file=${project.basedir} /src/jul.properties ${ui.test.vmargs} ${os-jvm-flags} </argLine >
46+ <providerHint >junit5</providerHint >
4647 </configuration >
4748 </plugin >
4849 </plugins >
Original file line number Diff line number Diff line change 1313 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
1414 <unit id =" org.eclipse.ui.tests.harness" version =" 0.0.0" />
1515 <unit id =" org.eclipse.sdk.ide" version =" 0.0.0" />
16- <repository location =" https://download.eclipse.org/eclipse/updates/4.37 /" />
16+ <repository location =" https://download.eclipse.org/eclipse/updates/latest /" />
1717 </location >
1818 <location type =" InstallableUnit" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" >
19- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.37.0 " />
19+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/latest " />
2020 <unit id =" org.commonmark" version =" 0.0.0" />
2121 <unit id =" org.commonmark.ext-gfm-tables" version =" 0.0.0" />
2222 <unit id =" com.google.guava" version =" 0.0.0" />
You can’t perform that action at this time.
0 commit comments