mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-24 07:14:50 -08:00
12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: TeaVM eclipse support
|
|
Bundle-SymbolicName: teavm-eclipse;singleton:=true
|
|
Bundle-Version: 0.2.0
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Require-Bundle: org.eclipse.debug.core;bundle-version="3.8.0",
|
|
org.eclipse.debug.ui;bundle-version="3.9.0",
|
|
org.eclipse.core.runtime;bundle-version="3.9.0",
|
|
org.eclipse.swt;bundle-version="3.102.0",
|
|
org.eclipse.jdt.debug;bundle-version="3.8.0"
|