Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 71edeb5bf1a5949ffc9cf8db4ad9efab1418ab0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.ssl
Automatic-Module-Name: org.eclipse.ecf.ssl
Bundle-Version: 1.2.200.qualifier
Fragment-Host: org.eclipse.ecf
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: javax.net,
 javax.net.ssl,
 org.eclipse.osgi.service.security
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.internal.ssl;x-internal:=true
Bundle-Vendor: %plugin.provider

Back to the top