-
Notifications
You must be signed in to change notification settings - Fork 163
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
58 lines (58 loc) · 2.51 KB
/
MANIFEST.MF
File metadata and controls
58 lines (58 loc) · 2.51 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Automatic-Module-Name: com.microsoft.java.test.plugin
Bundle-Name: com.microsoft.java.test.plugin
Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true
Bundle-Version: 0.43.1
Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.eclipse.jdt.core,
org.eclipse.jdt.launching,
org.osgi.framework;version="1.3.0"
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.jdt.core,
org.eclipse.lsp4j,
org.eclipse.jdt.launching,
org.eclipse.jdt.ls.core,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.jdt.core.manipulation,
org.eclipse.text,
org.eclipse.ltk.core.refactoring,
org.eclipse.debug.core,
org.eclipse.jdt.junit.core,
org.eclipse.jdt.junit.runtime,
org.eclipse.jdt.junit4.runtime,
org.eclipse.jdt.junit5.runtime,
junit-jupiter-api;bundle-version="5.14.0",
junit-jupiter-engine;bundle-version="5.14.0",
junit-jupiter-migrationsupport;bundle-version="5.14.0",
junit-jupiter-params;bundle-version="5.14.0",
junit-vintage-engine;bundle-version="5.14.0",
junit-platform-commons;bundle-version="1.14.1",
junit-platform-engine;bundle-version="1.14.1",
junit-platform-launcher;bundle-version="1.14.1",
junit-platform-runner;bundle-version="1.14.1",
junit-platform-suite-api;bundle-version="1.14.1",
junit-platform-suite-commons;bundle-version="1.14.1",
junit-platform-suite-engine;bundle-version="1.14.1",
org.eclipse.jdt.junit6.runtime,
junit-jupiter-api;bundle-version="6.0.1",
junit-jupiter-engine;bundle-version="6.0.1",
junit-jupiter-params;bundle-version="6.0.1",
org.opentest4j;bundle-version="1.3.0",
junit-platform-commons;bundle-version="6.0.1",
junit-platform-engine;bundle-version="6.0.1",
junit-platform-launcher;bundle-version="6.0.1",
junit-platform-suite-api;bundle-version="6.0.1",
junit-platform-suite-engine;bundle-version="6.0.1",
org.apiguardian.api;bundle-version="1.0.0",
org.apache.commons.lang3;bundle-version="3.1.0",
com.google.gson;bundle-version="2.7.0",
org.objectweb.asm;bundle-version="[9.9.0,9.10.0)",
org.jacoco.core;bundle-version="0.8.14"
Export-Package: com.microsoft.java.test.plugin.launchers;x-friends:="com.microsoft.java.test.plugin.test",
com.microsoft.java.test.plugin.model;x-friends:="com.microsoft.java.test.plugin.test",
com.microsoft.java.test.plugin.coverage;x-friends:="com.microsoft.java.test.plugin.test",
com.microsoft.java.test.plugin.coverage.model;x-friends:="com.microsoft.java.test.plugin.test"
Bundle-ClassPath: .