Jeff Johnston | fdebce6 | 2021-01-12 17:57:54 -0500 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %fragmentName |
| 4 | Bundle-SymbolicName: org.eclipse.equinox.security.linux;singleton:=true |
Jeff Johnston | db61743 | 2021-03-22 17:56:04 -0400 | [diff] [blame] | 5 | Bundle-Version: 1.0.100.qualifier |
Jeff Johnston | fdebce6 | 2021-01-12 17:57:54 -0500 | [diff] [blame] | 6 | Bundle-Vendor: %providerName |
| 7 | Fragment-Host: org.eclipse.equinox.security;bundle-version="[1.0.0,2.0.0)" |
| 8 | Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| 9 | Bundle-Localization: fragment |
| 10 | Eclipse-PlatformFilter: (osgi.os=linux) |
| 11 | Export-Package: org.eclipse.equinox.internal.security.linux;x-internal:=true |
| 12 | Automatic-Module-Name: org.eclipse.equinox.security.linux |
| 13 | Eclipse-BundleShape: dir |
| 14 | Require-Bundle: com.sun.jna |