-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
53 lines (53 loc) · 2.78 KB
/
MANIFEST.MF
File metadata and controls
53 lines (53 loc) · 2.78 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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.microsoft.copilot.eclipse.core
Bundle-SymbolicName: com.microsoft.copilot.eclipse.core;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: GitHub Copilot
Export-Package: com.microsoft.copilot.eclipse.core,
com.microsoft.copilot.eclipse.core.chat,
com.microsoft.copilot.eclipse.core.chat.service,
com.microsoft.copilot.eclipse.core.completion,
com.microsoft.copilot.eclipse.core.events,
com.microsoft.copilot.eclipse.core.format,
com.microsoft.copilot.eclipse.core.logger,
com.microsoft.copilot.eclipse.core.lsp,
com.microsoft.copilot.eclipse.core.lsp.mcp,
com.microsoft.copilot.eclipse.core.lsp.mcp.registry,
com.microsoft.copilot.eclipse.core.lsp.protocol,
com.microsoft.copilot.eclipse.core.lsp.protocol.byok;x-friends:="com.microsoft.copilot.eclipse.ui",
com.microsoft.copilot.eclipse.core.lsp.protocol.codingagent,
com.microsoft.copilot.eclipse.core.lsp.protocol.git,
com.microsoft.copilot.eclipse.core.lsp.protocol.githubapi,
com.microsoft.copilot.eclipse.core.lsp.protocol.policy,
com.microsoft.copilot.eclipse.core.lsp.protocol.quota,
com.microsoft.copilot.eclipse.core.lsp.protocol.tools,
com.microsoft.copilot.eclipse.core.nes;x-friends:="com.microsoft.copilot.eclipse.ui",
com.microsoft.copilot.eclipse.core.persistence;x-friends:="com.microsoft.copilot.eclipse.ui,com.microsoft.copilot.eclipse.core.test,com.microsoft.copilot.eclipse.core.utils",
com.microsoft.copilot.eclipse.core.utils
Bundle-Activator: com.microsoft.copilot.eclipse.core.CopilotCore
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.microsoft.copilot.eclipse.core
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.ui,
org.eclipse.ui.browser,
org.osgi.framework;version="[1.10.0,2.0.0)"
Require-Bundle: org.eclipse.lsp4e;bundle-version="0.18.1",
org.eclipse.core.runtime;bundle-version="3.30.0",
org.eclipse.lsp4j;bundle-version="0.21.1",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.21.1",
org.apache.commons.lang3;bundle-version="3.13.0",
org.eclipse.jdt.annotation;resolution:=optional,
org.eclipse.jface.text;bundle-version="3.24.200",
com.google.gson;bundle-version="2.10.1",
org.eclipse.wildwebdeveloper.embedder.node;bundle-version="1.0.3";resolution:=optional,
org.eclipse.core.net;bundle-version="1.5.200",
org.eclipse.core.resources;bundle-version="3.20.0",
org.eclipse.core.filesystem;bundle-version="1.10.200",
org.eclipse.core.runtime;bundle-version="[3.30.0,4.0.0)",
org.apache.httpcomponents.client5.httpclient5;bundle-version="5.2.1",
org.apache.httpcomponents.core5.httpcore5;bundle-version="5.2.3",
org.eclipse.jgit;bundle-version="6.8.0",
org.osgi.service.event;bundle-version="1.4.1",
org.eclipse.e4.core.services;bundle-version="2.4.200",
org.eclipse.e4.core.contexts;bundle-version="1.12.400"