blob: c35c04d6ee8f2e288455ffe6b5cb5b740619c275 [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.examples.python;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.dltk.examples.internal.python.core.PythonCorePlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.dltk.core,
org.eclipse.dltk.ui,
org.eclipse.core.resources,
org.eclipse.ui.editors,
org.eclipse.ui.ide,
org.eclipse.dltk.launching,
org.eclipse.dltk.debug,
org.eclipse.dltk.debug.ui,
org.eclipse.debug.core,
org.eclipse.debug.ui
Eclipse-LazyStart: true
Export-Package: org.eclipse.dltk.examples.internal.python.core,
org.eclipse.dltk.examples.internal.python.core.parser,
org.eclipse.dltk.examples.internal.python.ui