-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
69 lines (69 loc) · 2.25 KB
/
MANIFEST.MF
File metadata and controls
69 lines (69 loc) · 2.25 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
59
60
61
62
63
64
65
66
67
68
69
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: com.espressif.idf.core;singleton:=true
Bundle-Version: 1.0.1.qualifier
Bundle-Activator: com.espressif.idf.core.IDFCorePlugin
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filesystem;visibility:=reexport,
org.eclipse.cdt.core;bundle-version="9.0.0",
org.eclipse.cdt.cmake.core;visibility:=reexport,
org.eclipse.cdt.managedbuilder.core;visibility:=reexport,
org.eclipse.cdt.build.gcc.core,
com.google.gson,
org.eclipse.launchbar.core,
org.eclipse.debug.core;visibility:=reexport,
org.eclipse.ui.workbench,
org.eclipse.jface,
org.eclipse.core.variables,
org.eclipse.embedcdt.core;visibility:=reexport,
com.sun.jna.platform,
org.eclipse.cdt.lsp.clangd,
org.eclipse.cdt.lsp;bundle-version="3.0.0",
org.eclipse.lsp4e;bundle-version="0.18.18",
org.eclipse.lsp4j;bundle-version="0.24.0",
com.sun.jna
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.espressif.idf.core
Bundle-ActivationPolicy: lazy
Export-Package: com.espressif.idf.core,
com.espressif.idf.core.actions,
com.espressif.idf.core.bug,
com.espressif.idf.core.build,
com.espressif.idf.core.configparser,
com.espressif.idf.core.configparser.vo,
com.espressif.idf.core.logging,
com.espressif.idf.core.resources,
com.espressif.idf.core.toolchain,
com.espressif.idf.core.tools,
com.espressif.idf.core.tools.exceptions,
com.espressif.idf.core.tools.launch,
com.espressif.idf.core.tools.util,
com.espressif.idf.core.tools.vo,
com.espressif.idf.core.tools.watcher,
com.espressif.idf.core.util,
com.espressif.idf.core.variable,
org.apache.commons.io,
org.apache.commons.lang3,
org.json.simple,
org.json.simple.parser,
org.yaml.snakeyaml,
org.yaml.snakeyaml.parser,
org.yaml.snakeyaml.util
Bundle-ClassPath: .,
lib/json-simple-1.1.1.jar,
lib/commons-collections4-4.4.jar,
lib/commons-io-2.9.0.jar,
lib/commons-lang3-3.12.0.jar,
lib/snakeyaml-1.30.jar,
lib/opencsv-5.7.0.jar,
lib/commons-beanutils-1.9.4.jar,
lib/commons-text-1.10.0.jar,
lib/commons-compress-1.21.jar,
lib/xz-1.9.jar
Import-Package: org.apache.commons.logging,
org.eclipse.cdt.debug.core,
org.eclipse.cdt.debug.core.launch,
org.eclipse.embedcdt.core,
org.eclipse.ui.console