Skip to main content
summaryrefslogtreecommitdiffstats
blob: 738594f1fd4a76d33f0d13e98a227c00340a02e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.sandbox.search.ui.windows;singleton:=true
Bundle-Version: 3.9.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
 org.eclipse.mylyn.sandbox.search.ui;bundle-version="3.7.0"
Eclipse-PlatformFilter: (& (osgi.os=win32))
Export-Package: org.eclipse.mylyn.internal.sandbox.search.ui.windows;x-internal:=true

Back to the top