Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 80a494b8475c9d4727c0fb68450aae572f944d1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.equinox.security.win32.x86;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: fragment
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
Export-Package: org.eclipse.equinox.internal.security.win32;x-internal:=true
Automatic-Module-Name: org.eclipse.equinox.security.win32.x86

Back to the top