forked from eclipse-lsp4e/lsp4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
37 lines (37 loc) · 1.54 KB
/
MANIFEST.MF
File metadata and controls
37 lines (37 loc) · 1.54 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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Debug Adapter client for Eclipse IDE (Incubation)
Bundle-SymbolicName: org.eclipse.lsp4e.debug;singleton:=true
Bundle-Vendor: Eclipse LSP4E
Bundle-Version: 0.17.0.qualifier
Bundle-Activator: org.eclipse.lsp4e.debug.DSPPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jface,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.24.0,0.25.0)",
org.eclipse.lsp4j.jsonrpc.debug;bundle-version="[0.24.0,0.25.0)",
org.eclipse.lsp4j.debug;bundle-version="[0.24.0,0.25.0)",
org.eclipse.ui.editors,
org.eclipse.core.filesystem,
org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
org.eclipse.jface.text,
org.eclipse.ui.genericeditor,
org.eclipse.core.variables,
org.eclipse.lsp4e;bundle-version="0.19.0",
org.eclipse.tm4e.core;resolution:=optional,
org.eclipse.tm4e.registry;resolution:=optional,
org.eclipse.tm4e.ui;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Import-Package: com.google.gson,
com.google.gson.reflect;version="2.7.0"
Export-Package: org.eclipse.lsp4e.debug;x-internal:=true,
org.eclipse.lsp4e.debug.breakpoints;x-friends:="org.eclipse.lsp4e.test",
org.eclipse.lsp4e.debug.console;x-internal:=true,
org.eclipse.lsp4e.debug.debugmodel;x-friends:="org.eclipse.lsp4e.test",
org.eclipse.lsp4e.debug.launcher,
org.eclipse.lsp4e.debug.presentation;x-internal:=true,
org.eclipse.lsp4e.debug.sourcelookup;x-internal:=true
Automatic-Module-Name: org.eclipse.lsp4e.debug