File: MANIFEST.MF

package info (click to toggle)
eclipse-platform 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,112 kB
  • sloc: java: 528,935; xml: 64,472; javascript: 4,902; jsp: 4,211; ansic: 870; makefile: 38
file content (21 lines) | stat: -rw-r--r-- 904 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
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.21.200.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.29.0",
 org.eclipse.core.tests.harness;bundle-version="3.11.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17
Plugin-Class: org.eclipse.core.tests.runtime.RuntimeTestsPlugin
Eclipse-BundleShape: dir
Automatic-Module-Name: org.eclipse.core.tests.runtime