Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: daa043b4042976e577a1b72962772f7886244741 (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.4.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