Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8ada35e031e378718203fbc619b04cf549242406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.oomph.jreinfo.ui;singleton:=true
Bundle-Version: 1.8.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Activator: org.eclipse.oomph.jreinfo.ui.JREInfoUIPlugin$Implementation
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.oomph.ui;bundle-version="[1.8.0,2.0.0)",
 org.eclipse.oomph.jreinfo;bundle-version="[1.7.0,2.0.0)";visibility:=reexport
Export-Package: org.eclipse.oomph.jreinfo.ui;version="1.8.0";x-internal:=true

Back to the top