Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0fbea0a660f116af52e1658f078b84d5912e6350 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te.runtime.concurrent;singleton:=true
Bundle-Version: 1.3.1.qualifier
Bundle-Activator: org.eclipse.tcf.te.runtime.concurrent.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0",
 org.eclipse.tcf.te.runtime;bundle-version="1.3.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.tcf.te.runtime.concurrent,
 org.eclipse.tcf.te.runtime.concurrent.activator;x-internal:=true,
 org.eclipse.tcf.te.runtime.concurrent.event,
 org.eclipse.tcf.te.runtime.concurrent.executors,
 org.eclipse.tcf.te.runtime.concurrent.factories,
 org.eclipse.tcf.te.runtime.concurrent.interfaces,
 org.eclipse.tcf.te.runtime.concurrent.nls;x-internal:=true,
 org.eclipse.tcf.te.runtime.concurrent.util

Back to the top