Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 42eb6ef0da16083a8a12264815bf23d189290717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te.runtime.stepper;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.runtime.stepper.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.core.expressions;bundle-version="3.4.400",
 org.eclipse.tcf.te.runtime;bundle-version="1.2.0",
 org.eclipse.tcf.te.runtime.concurrent;bundle-version="1.2.0",
 org.eclipse.tcf.te.runtime.model;bundle-version="1.2.0",
 org.eclipse.tcf.te.runtime.services;bundle-version="1.2.0",
 org.eclipse.tcf.te.runtime.statushandler;bundle-version="1.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.runtime.stepper,
 org.eclipse.tcf.te.runtime.stepper.activator;x-internal:=true,
 org.eclipse.tcf.te.runtime.stepper.context,
 org.eclipse.tcf.te.runtime.stepper.extensions,
 org.eclipse.tcf.te.runtime.stepper.extensions.manager,
 org.eclipse.tcf.te.runtime.stepper.interfaces,
 org.eclipse.tcf.te.runtime.stepper.interfaces.tracing,
 org.eclipse.tcf.te.runtime.stepper.internal,
 org.eclipse.tcf.te.runtime.stepper.iterators,
 org.eclipse.tcf.te.runtime.stepper.job,
 org.eclipse.tcf.te.runtime.stepper.nls;x-internal:=true,
 org.eclipse.tcf.te.runtime.stepper.services,
 org.eclipse.tcf.te.runtime.stepper.stepper,
 org.eclipse.tcf.te.runtime.stepper.steps,
 org.eclipse.tcf.te.runtime.stepper.utils

Back to the top