File: MANIFEST.MF

package info (click to toggle)
eclipse-platform-runtime 4.18-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,220 kB
  • sloc: java: 49,587; xml: 1,421; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 1,018 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
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Eclipse Core Tests Runtime
Bundle-SymbolicName: org.eclipse.core.tests.runtime; singleton:=true
Bundle-Version: 3.19.0.qualifier
Bundle-Activator: org.eclipse.core.tests.runtime.RuntimeTestsPlugin
Bundle-Vendor: Eclipse.org
Export-Package: org.eclipse.core.tests.internal.preferences,
 org.eclipse.core.tests.internal.runtime,
 org.eclipse.core.tests.runtime,
 org.eclipse.core.tests.runtime.jobs,
 org.eclipse.core.tests.runtime.perf
Require-Bundle: org.junit,
 org.eclipse.test.performance;resolution:=optional,
 org.eclipse.core.runtime;bundle-version="3.19.0",
 org.eclipse.core.tests.harness;bundle-version="3.11.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Plugin-Class: org.eclipse.core.tests.runtime.RuntimeTestsPlugin
Eclipse-BundleShape: dir
Automatic-Module-Name: org.eclipse.core.tests.runtime
Import-Package: org.eclipse.core.filesystem;resolution:=optional,
 org.eclipse.jdt.annotation;resolution:=optional