Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF')
-rw-r--r--containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF b/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..55fb2cadd4
--- /dev/null
+++ b/containers/org.eclipse.linuxtools.jdt.docker.launcher/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Java Container Launch Plug-in
+Bundle-SymbolicName: org.eclipse.linuxtools.jdt.docker.launcher;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Vendor: Eclipse Linux Tools
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.jdt.debug.ui;bundle-version="3.8.0",
+ org.eclipse.jdt.launching;bundle-version="3.9.0"

Back to the top