blob: 37af2cbdb01f9562988d696f52ce50c010c9903d [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: OTDebug Plug-in
4Bundle-SymbolicName: org.eclipse.objectteams.otdt.debug;singleton:=true
5Bundle-Version: 1.4.0.qualifier
6Bundle-Activator: org.eclipse.objectteams.otdt.debug.OTDebugPlugin
7Bundle-Vendor: Fraunhofer FIRST
8Require-Bundle: org.eclipse.core.runtime,
9 org.eclipse.debug.core,
10 org.eclipse.jdt.debug,
11 org.eclipse.jdt.launching,
12 org.eclipse.jdt.core,
13 org.eclipse.core.resources,
14 org.eclipse.objectteams.otdt
15Bundle-ActivationPolicy: lazy
16Export-Package: org.eclipse.objectteams.otdt.debug,
17 org.eclipse.objectteams.otdt.debug.core.breakpoints,
18 org.eclipse.objectteams.otdt.debug.internal
19Bundle-RequiredExecutionEnvironment: J2SE-1.5