Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6602078c2d367628732416220b89a312a6dfaefc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.oomph.jreinfo
Bundle-Version: 1.9.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.oomph.internal.jreinfo.JREInfoPlugin$Implementation
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
 org.eclipse.oomph.util;bundle-version="[1.9.0,2.0.0)";visibility:=reexport,
 org.eclipse.oomph.extractor.lib;bundle-version="[1.4.0,2.0.0)"
Export-Package: org.eclipse.oomph.internal.jreinfo;version="1.9.0";x-internal:=true,
 org.eclipse.oomph.jreinfo;version="1.9.0";x-internal:=true
Automatic-Module-Name: org.eclipse.oomph.jreinfo

Back to the top