Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9d028fdec2bd7901235cd2e79832cac1e349a64e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.p2.ql;singleton:=true
Bundle-Version: 2.0.200.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.equinox.p2.ql;version="2.0.0"
Require-Bundle: org.eclipse.equinox.common;bundle-version="3.5.1"
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
 J2SE-1.4,
 CDC-1.1/Foundation-1.1
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.equinox.p2.metadata.expression;version="[2.0.0,3.0.0)"

Back to the top