Fix importing an archive containing colons (:) in the names on Windows
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests / META-INF / MANIFEST.MF
CommitLineData
91e7f946
AM
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %Bundle-Name
4Bundle-Vendor: %Bundle-Vendor
c7e8f6e3 5Bundle-Version: 1.0.0.qualifier
91e7f946 6Bundle-Localization: plugin
c77a695a 7Bundle-SymbolicName: org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests;singleton:=true
91e7f946 8Bundle-ActivationPolicy: lazy
b20e0f5d 9Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2bdf0193 10Export-Package: org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests
b46bec2b 11Require-Bundle: org.junit;bundle-version="4.0.0",
91e7f946
AM
12 org.eclipse.core.resources,
13 org.eclipse.core.runtime,
b46bec2b
AM
14 org.eclipse.ui,
15 org.eclipse.ui.ide,
16 org.eclipse.ui.views,
40ba27e1
BH
17 org.eclipse.tracecompass.tmf.core;bundle-version="2.0.0",
18 org.eclipse.tracecompass.tmf.ui;bundle-version="2.0.0",
c77a695a 19 org.eclipse.tracecompass.tmf.ui.swtbot.tests,
40ba27e1
BH
20 org.eclipse.tracecompass.tmf.ctf.core;bundle-version="2.0.0",
21 org.eclipse.tracecompass.tmf.ctf.core.tests,
22 org.eclipse.tracecompass.common.core;bundle-version="2.0.0"
b46bec2b
AM
23Import-Package: org.apache.log4j,
24 org.apache.log4j.varia,
91e7f946 25 org.eclipse.swtbot.eclipse.finder,
b46bec2b
AM
26 org.eclipse.swtbot.eclipse.finder.widgets,
27 org.eclipse.swtbot.swt.finder,
13e9acb6 28 org.eclipse.swtbot.swt.finder.exceptions,
b46bec2b
AM
29 org.eclipse.swtbot.swt.finder.finders,
30 org.eclipse.swtbot.swt.finder.junit,
fa74050c 31 org.eclipse.swtbot.swt.finder.matchers,
b46bec2b
AM
32 org.eclipse.swtbot.swt.finder.results,
33 org.eclipse.swtbot.swt.finder.utils,
34 org.eclipse.swtbot.swt.finder.waits,
c4d57ac1
AM
35 org.eclipse.swtbot.swt.finder.widgets,
36 org.eclipse.tracecompass.testtraces.ctf;version="1.0.0"
c2750d24 37Bundle-Activator: org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.Activator
This page took 0.082427 seconds and 5 git commands to generate.