-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
22 lines (22 loc) · 864 Bytes
/
MANIFEST.MF
File metadata and controls
22 lines (22 loc) · 864 Bytes
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: com.microsoft.copilot.eclipse.swtbot.test
Bundle-SymbolicName: com.microsoft.copilot.eclipse.swtbot.test;singleton:=true
Bundle-Version: 0.17.0.qualifier
Bundle-Vendor: GitHub Copilot
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.microsoft.copilot.eclipse.swtbot.test
Require-Bundle: org.eclipse.swtbot.swt.finder;bundle-version="4.1.0",
org.eclipse.swtbot.eclipse.finder;bundle-version="4.1.0",
org.eclipse.swtbot.junit4_x;bundle-version="4.1.0",
org.junit;bundle-version="4.13.0",
org.hamcrest.core;bundle-version="1.3.0",
org.eclipse.ui;bundle-version="3.205.0",
org.eclipse.ui.ide,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.swt,
org.eclipse.jface,
com.google.gson,
com.microsoft.copilot.eclipse.core,
com.microsoft.copilot.eclipse.ui