forked from OpenLiberty/liberty-tools-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
42 lines (42 loc) · 1.37 KB
/
MANIFEST.MF
File metadata and controls
42 lines (42 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Manifest-Version: 1.0
Bundle-Copyright: Copyright (c) 2022, 2025 IBM Corporation and others.
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: io.openliberty.tools.eclipse.tests
Bundle-Version: 25.0.3.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: junit-jupiter-api,
org.eclipse.ui,
org.hamcrest.library,
org.eclipse.ui.console,
org.eclipse.text
Import-Package: io.openliberty.tools.eclipse,
io.openliberty.tools.eclipse.debug,
io.openliberty.tools.eclipse.ui.dashboard,
io.openliberty.tools.eclipse.ui.launch,
io.openliberty.tools.eclipse.ui.launch.shortcuts,
org.eclipse.buildship.core,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.core.runtime.preferences,
org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.jdt.launching,
org.eclipse.m2e.core,
org.eclipse.m2e.core.embedder,
org.eclipse.m2e.core.project,
org.eclipse.swt.widgets,
org.eclipse.swtbot.eclipse.finder,
org.eclipse.swtbot.eclipse.finder.widgets,
org.eclipse.swtbot.swt.finder,
org.eclipse.swtbot.swt.finder.exceptions,
org.eclipse.swtbot.swt.finder.keyboard,
org.eclipse.swtbot.swt.finder.matchers,
org.eclipse.swtbot.swt.finder.utils,
org.eclipse.swtbot.swt.finder.waits,
org.eclipse.swtbot.swt.finder.widgets,
org.eclipse.ui.navigator,
org.mockito,
org.mockito.junit.jupiter,
org.mockito.stubbing,
org.osgi.service.prefs