33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: org.springframework.ide.eclipse.boot.dash.docker
|
|
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash.docker;singleton:=true
|
|
Bundle-Version: 4.9.0.qualifier
|
|
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.docker
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.springframework.ide.eclipse.boot.dash,
|
|
org.springframework.ide.eclipse.boot,
|
|
org.springsource.ide.eclipse.commons.livexp,
|
|
org.eclipse.jface,
|
|
org.eclipse.ui.workbench,
|
|
org.springsource.ide.eclipse.commons.frameworks.core,
|
|
com.google.guava,
|
|
org.eclipse.core.resources,
|
|
org.yaml.snakeyaml,
|
|
org.springframework.ide.eclipse.boot.launch,
|
|
org.springsource.ide.eclipse.commons.core,
|
|
com.fasterxml.jackson.core.jackson-core,
|
|
com.fasterxml.jackson.core.jackson-databind,
|
|
org.springframework.ide.eclipse.editor.support,
|
|
org.eclipse.jdt.launching,
|
|
org.eclipse.jdt.core,
|
|
org.apache.commons.io,
|
|
org.springframework.ide.eclipse.docker.client;bundle-version="3.9.14",
|
|
org.eclipse.linuxtools.docker.ui;resolution:=optional,
|
|
org.eclipse.linuxtools.docker.core;resolution:=optional
|
|
Import-Package: org.eclipse.core.runtime,
|
|
org.eclipse.core.runtime.jobs,
|
|
org.osgi.framework
|
|
Export-Package: org.springframework.ide.eclipse.boot.dash.docker.runtarget,
|
|
org.springframework.ide.eclipse.boot.dash.docker.ui
|