Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8fe3a3cd5f188eb50ae58a45c291e2dbc2d92053 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.tcf;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.8.0"
Bundle-Activator: org.eclipse.tcf.Activator
Import-Package: org.eclipse.tcf.core;version="1.2.0",
 org.eclipse.tcf.protocol;version="1.2.0"
Export-Package: org.eclipse.tcf.ssl;version="1.2.0"

Back to the top