-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
29 lines (29 loc) · 973 Bytes
/
Copy pathMANIFEST.MF
File metadata and controls
29 lines (29 loc) · 973 Bytes
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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Automatic-Module-Name: sandbox.encoding.quickfix
Bundle-Name: Tool
Bundle-SymbolicName: sandbox_encoding_quickfix;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
org.eclipse.core.filesystem,
org.eclipse.core.resources,
org.eclipse.core.expressions,
org.eclipse.jdt.core,
org.eclipse.jdt.ui,
org.eclipse.ltk.core.refactoring,
org.eclipse.text,
org.eclipse.swt,
org.eclipse.jface,
org.eclipse.ui.workbench,
org.eclipse.jdt.core.manipulation,
org.eclipse.ui.cheatsheets;resolution:=optional
Bundle-ActivationPolicy: lazy
Eclipse-RegisterBuddy: org.eclipse.jdt.core.manipulation
Eclipse-BuddyPolicy: global
Import-Package: org.sandbox.jdt.internal.common,
org.sandbox.jdt.internal.corext.fix2,
org.sandbox.jdt.internal.corext.util,
org.sandbox.jdt.triggerpattern.cleanup