blob: fa310cf295932e6508ed6693b7f71d59ece5d096 [file] [log] [blame]
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.debug; singleton:=true
Bundle-Version: 5.7.2.qualifier
Bundle-Activator: org.eclipse.dltk.debug.core.DLTKDebugPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.debug.core,
org.eclipse.dltk.core;bundle-version="0.0.0"
Export-Package: org.eclipse.dltk.dbgp,
org.eclipse.dltk.dbgp.breakpoints,
org.eclipse.dltk.dbgp.commands,
org.eclipse.dltk.dbgp.exceptions,
org.eclipse.dltk.dbgp.internal;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.dbgp.internal.breakpoints;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.dbgp.internal.commands;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.dbgp.internal.managers;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.dbgp.internal.packets;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.dbgp.internal.utils;x-friends:="org.eclipse.dltk.debug.tests",
org.eclipse.dltk.debug.core,
org.eclipse.dltk.debug.core.eval,
org.eclipse.dltk.debug.core.model,
org.eclipse.dltk.internal.debug.core.model,
org.eclipse.dltk.internal.debug.core.model.operations
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy