File: MANIFEST.MF

package info (click to toggle)
eclipse-platform-runtime 4.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,232 kB
  • sloc: java: 51,449; xml: 1,099; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Version: 3.26.100.qualifier
Bundle-SymbolicName: org.eclipse.core.runtime; singleton:=true
Bundle-Vendor: %providerName
Bundle-Activator: org.eclipse.core.internal.runtime.PlatformActivator
Bundle-Localization: plugin
Export-Package: org.eclipse.core.internal.preferences.legacy;x-internal:=true,
 org.eclipse.core.internal.runtime;x-internal:=true,
 org.eclipse.core.runtime;version="3.7.0"
Require-Bundle: org.eclipse.osgi;bundle-version="[3.17.0,4.0.0)";visibility:=reexport,
 org.eclipse.equinox.common;bundle-version="3.16.0";visibility:=reexport,
 org.eclipse.core.jobs;bundle-version="[3.13.0,4.0.0)";visibility:=reexport,
 org.eclipse.equinox.registry;bundle-version="[3.11.0,4.0.0)";visibility:=reexport,
 org.eclipse.equinox.preferences;bundle-version="[3.10.0,4.0.0)";visibility:=reexport,
 org.eclipse.core.contenttype;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
 org.eclipse.equinox.app;bundle-version="1.6.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
DynamicImport-Package: org.eclipse.core.internal.runtime.auth
Automatic-Module-Name: org.eclipse.core.runtime