Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0de72ed97aa6d69c7023aa881e4809e1e55ef949 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Example Debug Core Plug-in
Bundle-SymbolicName: org.eclipse.debug.examples.core;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.debug.examples.core.pda.DebugCorePlugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.core.variables,
 org.eclipse.debug.core
Eclipse-LazyStart: true
Export-Package: org.eclipse.debug.examples.core.pda,
 org.eclipse.debug.examples.core.pda.breakpoints,
 org.eclipse.debug.examples.core.pda.launcher,
 org.eclipse.debug.examples.core.pda.model,
 org.eclipse.debug.examples.core.pda.sourcelookup
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top