forked from Ericsson/CodeCheckerEclipsePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
17 lines (17 loc) · 767 Bytes
/
MANIFEST.MF
File metadata and controls
17 lines (17 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Integration Tests
Bundle-SymbolicName: org.codechecker.eclipse.rcp.it.tests
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Vodorok
Fragment-Host: org.codechecker.eclipse.plugin
Automatic-Module-Name: org.codechecker.eclipse.rcp.it.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
org.hamcrest;bundle-version="1.1.0",
org.eclipse.swtbot.junit4_x;bundle-version="2.7.0",
org.eclipse.swtbot.swt.finder;bundle-version="2.7.0",
org.eclipse.swtbot.eclipse.finder;bundle-version="2.7.0",
org.codechecker.eclipse.rcp.shared;bundle-version="1.0.0",
com.github.stefanbirkner.system-rules;bundle-version="1.19.0",
javax.annotation;bundle-version="1.2.0"