tmf: Add waitUntil / condition to tmf.ui.tests
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests / META-INF / MANIFEST.MF
CommitLineData
6614e196
MAL
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
5Bundle-Version: 1.0.0.qualifier
6Bundle-Localization: plugin
7Bundle-SymbolicName: org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests;singleton:=true
8Bundle-ActivationPolicy: lazy
b20e0f5d 9Bundle-RequiredExecutionEnvironment: JavaSE-1.8
6614e196
MAL
10Require-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.remote.core,
17 org.eclipse.tracecompass.tmf.remote.ui,
18 org.eclipse.tracecompass.tmf.ui.swtbot.tests,
19 org.eclipse.tracecompass.tmf.ui,
20 org.eclipse.tracecompass.ctf.core.tests,
21 org.eclipse.tracecompass.lttng2.kernel.core,
22 org.eclipse.swtbot.junit4_x,
23 org.eclipse.swtbot.swt.finder,
f0beeb4a
MAL
24 org.eclipse.tracecompass.tmf.ctf.core.tests,
25 org.eclipse.tracecompass.tmf.ui.tests
6614e196
MAL
26Import-Package: org.apache.log4j,
27 org.apache.log4j.varia,
28 org.eclipse.swtbot.eclipse.finder,
29 org.eclipse.swtbot.eclipse.finder.matchers,
30 org.eclipse.swtbot.eclipse.finder.widgets,
31 org.eclipse.swtbot.swt.finder,
32 org.eclipse.swtbot.swt.finder.finders,
33 org.eclipse.swtbot.swt.finder.junit,
34 org.eclipse.swtbot.swt.finder.keyboard,
35 org.eclipse.swtbot.swt.finder.results,
36 org.eclipse.swtbot.swt.finder.utils,
37 org.eclipse.swtbot.swt.finder.waits,
38 org.eclipse.swtbot.swt.finder.widgets
5c06cad2
MAL
39Export-Package: org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests,
40 org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.fetch
6614e196 41Bundle-Activator: org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests.TmfRemoteUISWTBotTestPlugin
This page took 0.066716 seconds and 5 git commands to generate.