Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 749024a1abf151a387eee92c16b9874edf125405 (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-Vendor: %providerName
Bundle-Localization: fragment
Bundle-SymbolicName: org.eclipse.core.net.linux;singleton:=true
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0"
Eclipse-PlatformFilter: (osgi.os=linux)
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.core.net.linux
Require-Bundle: com.sun.jna

Back to the top