-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
39 lines (39 loc) · 1.43 KB
/
MANIFEST.MF
File metadata and controls
39 lines (39 loc) · 1.43 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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Localization: OSGI-INF/l10n/bundle
Bundle-SymbolicName: com.reprezen.swagedit;singleton:=true
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.filesystem,
org.eclipse.ui.editors,
org.eclipse.jface.text,
org.eclipse.ui.views,
org.eclipse.core.resources,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
org.dadacoalition.yedit,
com.github.eclipsecolortheme;resolution:=optional,
com.reprezen.swagedit.core,
com.google.guava;bundle-version="15.0.0",
com.fasterxml.jackson.core.jackson-annotations;bundle-version="2.5.0",
com.fasterxml.jackson.core.jackson-core;bundle-version="2.5.0",
com.fasterxml.jackson.core.jackson-databind;bundle-version="2.5.0",
com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;bundle-version="2.5.0",
org.slf4j.api;bundle-version="1.7.2"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .,
lib/swagger-core-1.5.14.jar,
lib/swagger-models-1.5.14.jar
Bundle-Activator: com.reprezen.swagedit.Activator
Export-Package: com.reprezen.swagedit,
com.reprezen.swagedit.assist,
com.reprezen.swagedit.editor,
com.reprezen.swagedit.editor.hyperlinks,
com.reprezen.swagedit.preferences,
com.reprezen.swagedit.quickfix,
com.reprezen.swagedit.templates,
com.reprezen.swagedit.wizards
Bundle-Vendor: ModelSolv, Inc. d.b.a. RepreZen