Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 17c5c1cdc83748601d5e2e4ffeee9b408d5b0da0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.win32
Bundle-SymbolicName: org.eclipse.cdt.core.win32; singleton:=true
Bundle-Version: 6.0.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.0.0,7.0.0)"
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
Eclipse-PlatformFilter: (osgi.os=win32)
Automatic-Module-Name: org.eclipse.cdt.core.win32
Require-Bundle: com.sun.jna;bundle-version="4.5.1",
 com.sun.jna.platform;bundle-version="4.5.1"

Back to the top