2018-12-30 15:52:33 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: WUDSN IDE Sound Plugin
|
|
|
|
Bundle-SymbolicName: com.wudsn.ide.snd;singleton:=true
|
2021-04-01 12:41:43 +00:00
|
|
|
Bundle-Version: 1.7.2.qualifier
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2018-12-30 15:52:33 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Activator: com.wudsn.ide.snd.SoundPlugin
|
|
|
|
Require-Bundle: org.eclipse.osgi,
|
|
|
|
org.eclipse.ui.editors,
|
|
|
|
com.wudsn.ide.base,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.jface.text,
|
|
|
|
org.eclipse.ui.ide,
|
|
|
|
org.eclipse.core.resources
|
|
|
|
Bundle-ClassPath: .,
|
|
|
|
lib/atari8bit/asap.jar,
|
|
|
|
lib/c64/jsidplay2.jar
|
|
|
|
Bundle-Vendor: Peter Dell
|
2019-08-31 07:27:12 +00:00
|
|
|
Automatic-Module-Name: com.wudsn.ide.snd
|