blob: b72fdda1bd294b0386c83aed07a6776164b101a4 [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.python.core;singleton:=true
Bundle-Version: 3.0.0.qualifier
Bundle-Activator: org.eclipse.dltk.python.core.PythonPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.dltk.core;bundle-version="3.0.0",
org.eclipse.core.resources,
org.antlr.runtime
Eclipse-AutoStart: true
Import-Package: org.eclipse.core.resources
Export-Package: org.eclipse.dltk.python.core,
org.eclipse.dltk.python.internal.core.evaluation;x-friends:="org.eclipse.dltk.python.tests",
org.eclipse.dltk.python.internal.core.evaluation.types;x-friends:="org.eclipse.dltk.python.tests",
org.eclipse.dltk.python.internal.core.parser;x-friends:="org.eclipse.dltk.python.core",
org.eclipse.dltk.python.internal.core.parser.visitors;x-friends:="org.eclipse.dltk.python.core",
org.eclipse.dltk.python.internal.core.parsers;x-friends:="org.eclipse.dltk.python.core",
org.eclipse.dltk.python.parser,
org.eclipse.dltk.python.parser.ast,
org.eclipse.dltk.python.parser.ast.expressions
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-ActivationPolicy: lazy