2014-07-31 09:01:56 -07:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: TeaVM plugin for Eclipse
|
2014-09-19 12:00:35 -07:00
|
|
|
Bundle-SymbolicName: teavm-eclipse-plugin;singleton:=true
|
2014-08-03 05:05:41 -07:00
|
|
|
Bundle-Version: 0.2.0.qualifer
|
2014-07-31 09:01:56 -07:00
|
|
|
Bundle-Vendor: Alexey Andreev <konsoletyper@gmail.com>
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
2014-08-07 04:28:47 -07:00
|
|
|
Bundle-Activator: org.teavm.eclipse.TeaVMEclipsePlugin
|
2014-08-07 01:23:47 -07:00
|
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.8.0,4.0)",
|
|
|
|
org.eclipse.debug.core;bundle-version="[3.7.0,4.0)",
|
|
|
|
org.eclipse.debug.ui;bundle-version="[3.8.0,4.0)",
|
|
|
|
org.eclipse.swt;bundle-version="[3.8.1,4.0)",
|
|
|
|
org.eclipse.ui;bundle-version="[3.7.1,4.0)",
|
|
|
|
org.eclipse.jdt.debug;bundle-version="[3.7.101,4.0.0)",
|
|
|
|
org.eclipse.jdt.debug.ui;bundle-version="[3.6.100,4.0.0)",
|
|
|
|
org.eclipse.jdt.core;bundle-version="[3.8.3,4.0.0)",
|
|
|
|
org.eclipse.jdt.launching;bundle-version="[3.6.1,4.0.0)",
|
|
|
|
org.eclipse.ui.editors;bundle-version="[3.8.0,4.0.0)",
|
|
|
|
org.eclipse.ui.ide;bundle-version="[3.8.2,4.0.0)",
|
2014-08-31 00:48:09 -07:00
|
|
|
org.eclipse.jdt.ui;bundle-version="[3.8.2,4.0.0)",
|
2014-09-17 13:02:44 -07:00
|
|
|
org.eclipse.core.filesystem;bundle-version="[1.3.200,2)",
|
|
|
|
org.eclipse.core.variables;bundle-version="[3.2.600,4)",
|
|
|
|
org.eclipse.core.databinding.observable;bundle-version="[1.4.1,2)",
|
2014-09-19 12:00:35 -07:00
|
|
|
org.eclipse.jface.databinding;bundle-version="[1.6.0,2)",
|
|
|
|
teavm-core;bundle-version="[0.2.0,3)",
|
|
|
|
teavm-classlib;bundle-version="[0.2.0,3)",
|
|
|
|
teavm-platform;bundle-version="[0.2.0,3)",
|
|
|
|
teavm-chrome-rdp;bundle-version="[0.2.0,3)"
|
|
|
|
Bundle-ClassPath: .
|
2014-09-19 03:09:49 -07:00
|
|
|
Export-Package: org.teavm.eclipse.debugger,org.teavm.eclipse
|
2014-09-14 09:08:31 -07:00
|
|
|
Bundle-ActivationPolicy: lazy
|