Update all plugins and features to 1.0.0
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests / META-INF / MANIFEST.MF
... / ...
CommitLineData
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.ctf.ui.swtbot.tests;singleton:=true
8Bundle-ActivationPolicy: lazy
9Bundle-RequiredExecutionEnvironment: JavaSE-1.7
10Export-Package: org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests
11Require-Bundle: org.junit;bundle-version="4.0.0",
12 org.eclipse.core.resources,
13 org.eclipse.core.runtime,
14 org.eclipse.ui,
15 org.eclipse.ui.ide,
16 org.eclipse.ui.views,
17 org.eclipse.tracecompass.tmf.core,
18 org.eclipse.tracecompass.tmf.ui,
19 org.eclipse.tracecompass.tmf.ui.swtbot.tests,
20 org.eclipse.tracecompass.tmf.ctf.core,
21 org.eclipse.tracecompass.tmf.ctf.core.tests
22Import-Package: org.apache.log4j,
23 org.apache.log4j.varia,
24 org.eclipse.swtbot.eclipse.finder,
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.results,
30 org.eclipse.swtbot.swt.finder.utils,
31 org.eclipse.swtbot.swt.finder.waits,
32 org.eclipse.swtbot.swt.finder.widgets
This page took 0.024558 seconds and 5 git commands to generate.