Skip to content

Commit 24a8495

Browse files
committed
Update of service tests
1 parent 5138ec7 commit 24a8495

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

com.vogella.tasks.services.tests/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</attributes>
77
</classpathentry>
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
9+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
4-
org.eclipse.jdt.core.compiler.compliance=1.8
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
4+
org.eclipse.jdt.core.compiler.compliance=21
55
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
66
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
77
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
88
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
9-
org.eclipse.jdt.core.compiler.release=disabled
10-
org.eclipse.jdt.core.compiler.source=1.8
9+
org.eclipse.jdt.core.compiler.release=enabled
10+
org.eclipse.jdt.core.compiler.source=21

com.vogella.tasks.services.tests/META-INF/MANIFEST.MF

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Bundle-SymbolicName: com.vogella.tasks.services.tests
55
Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: VOGELLA
77
Fragment-Host: com.vogella.tasks.services;bundle-version="1.0.0"
8+
Import-Package: org.junit.jupiter.api;version="5.11.0"
89
Automatic-Module-Name: com.vogella.tasks.services.tests
9-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10-
Require-Bundle: org.junit,
11-
org.junit.jupiter.api
10+
Bundle-RequiredExecutionEnvironment: JavaSE-21

0 commit comments

Comments
 (0)