tmf: Add waitUntil / condition to tmf.ui.tests
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.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: 1.0.1.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests;singleton:=true
8 Bundle-ActivationPolicy: lazy
9 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 Require-Bundle: org.apache.log4j,
11 org.eclipse.core.resources,
12 org.eclipse.core.runtime,
13 org.eclipse.tracecompass.analysis.os.linux.ui,
14 org.eclipse.tracecompass.tmf.core,
15 org.eclipse.tracecompass.tmf.core.tests,
16 org.eclipse.tracecompass.tmf.ctf.core,
17 org.eclipse.tracecompass.tmf.ctf.core.tests,
18 org.eclipse.tracecompass.tmf.ui,
19 org.eclipse.tracecompass.tmf.ui.swtbot.tests,
20 org.eclipse.swtbot.eclipse.finder,
21 org.eclipse.swtbot.junit4_x,
22 org.eclipse.ui,
23 org.eclipse.ui.ide,
24 org.eclipse.ui.views,
25 org.junit,
26 org.eclipse.tracecompass.lttng2.ust.core,
27 org.eclipse.tracecompass.lttng2.ust.ui,
28 org.swtchart,
29 org.eclipse.tracecompass.tmf.ui.tests
30 Export-Package: org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests
31 Import-Package: com.google.common.collect,
32 org.eclipse.tracecompass.testtraces.ctf;version="1.1.1"
This page took 0.030465 seconds and 5 git commands to generate.