10caa068f7330be4967ec9b17b15b79c0e2d85d8
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui.swtbot.tests / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-Vendor: %Bundle-Vendor
5 Bundle-Version: 0.1.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.tracecompass.tmf.ui.swtbot.tests;singleton:=true
8 Bundle-ActivationPolicy: lazy
9 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
10 Require-Bundle: org.junit;bundle-version="4.0.0",
11 org.eclipse.core.resources,
12 org.eclipse.core.runtime,
13 org.eclipse.ui,
14 org.eclipse.ui.ide,
15 org.eclipse.ui.views,
16 org.eclipse.tracecompass.tmf.ui,
17 org.eclipse.tracecompass.tmf.core,
18 org.eclipse.tracecompass.tmf.core.tests,
19 org.eclipse.swtbot.junit4_x,
20 org.eclipse.swtbot.swt.finder
21 Import-Package: org.apache.log4j,
22 org.apache.log4j.varia,
23 org.eclipse.swtbot.eclipse.finder,
24 org.eclipse.swtbot.eclipse.finder.matchers,
25 org.eclipse.swtbot.eclipse.finder.widgets,
26 org.eclipse.swtbot.swt.finder,
27 org.eclipse.swtbot.swt.finder.finders,
28 org.eclipse.swtbot.swt.finder.junit,
29 org.eclipse.swtbot.swt.finder.keyboard,
30 org.eclipse.swtbot.swt.finder.results,
31 org.eclipse.swtbot.swt.finder.utils,
32 org.eclipse.swtbot.swt.finder.waits,
33 org.eclipse.swtbot.swt.finder.widgets
34 Export-Package: org.eclipse.tracecompass.tmf.ui.swtbot.tests,
35 org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared
This page took 0.033237 seconds and 4 git commands to generate.