Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5c97abccc5088a7b4745a6e0068ae96ee818b3a1 (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.3.1.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