-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
21 lines (21 loc) · 814 Bytes
/
MANIFEST.MF
File metadata and controls
21 lines (21 loc) · 814 Bytes
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: PDE JUnit Runtime Tests
Bundle-SymbolicName: org.eclipse.pde.junit.runtime.tests;singleton:=true
Bundle-Version: 3.8.400.qualifier
Automatic-Module-Name: org.eclipse.pde.junit.runtime.tests
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-Vendor: Eclipse.org
Bundle-ActivationPolicy: lazy
Eclipse-BundleShape: dir
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.29.0",
org.eclipse.pde.ui;bundle-version="3.11.100",
org.eclipse.jdt.junit;bundle-version="3.11.500",
org.eclipse.jdt.core;bundle-version="3.19.0",
org.eclipse.debug.ui;bundle-version="3.14.200",
org.eclipse.pde.ui.tests;bundle-version="3.11.500"
Import-Package: org.assertj.core.api;version="3.14.0",
org.junit,
org.junit.rules,
org.junit.runner,
org.junit.runners