-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
32 lines (32 loc) · 1.05 KB
/
Copy pathMANIFEST.MF
File metadata and controls
32 lines (32 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tool tests
Bundle-SymbolicName: sandbox_encoding_quickfix_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.2.qualifier
Fragment-Host: sandbox_encoding_quickfix
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
sandbox_test_commons,
org.eclipse.jface.text
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
Eclipse-BuddyPolicy: global
Import-Package: org.junit.jupiter.api,
org.junit.jupiter.api.condition,
org.junit.jupiter.api.extension,
org.junit.jupiter.api.extension.support,
org.junit.jupiter.api.function,
org.junit.jupiter.api.io,
org.junit.jupiter.api.parallel,
org.junit.jupiter.params,
org.junit.jupiter.params.aggregator,
org.junit.jupiter.params.converter,
org.junit.jupiter.params.provider,
org.junit.jupiter.params.support,
org.opentest4j,
org.sandbox.jdt.internal.common,
org.sandbox.jdt.internal.corext.fix2,
org.sandbox.jdt.triggerpattern.api,
org.sandbox.jdt.triggerpattern.internal
Automatic-Module-Name: sandbox.encoding.quickfix.test