Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 75b2449b2ae2068524ff6d5cfb02f3cb5e6a6a32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tcf.te;singleton:=true
Bundle-Version: 1.5.0.qualifier
Bundle-Activator: org.eclipse.tcf.te.activator.CoreBundleActivator
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Localization: plugin
Bundle-Vendor: %providerName
Export-Package: org.eclipse.tcf.te.activator;x-internal:=true

Back to the top