Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb3166b415ea2626165b87dc54de0b2d7e224623 (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName
Bundle-SymbolicName: org.eclipse.core.net.win32.x86;singleton:=true
Bundle-Version: 1.0.0
Fragment-Host: org.eclipse.core.net;bundle-version="1.0.100"
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top