| 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %Bundle-Name |
| 4 | Bundle-Vendor: %Bundle-Vendor |
| 5 | Bundle-Version: 1.0.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.8 |
| 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.tracecompass.tmf.ui.tests, |
| 20 | org.eclipse.swtbot.junit4_x, |
| 21 | org.eclipse.swtbot.swt.finder |
| 22 | Import-Package: com.google.common.collect, |
| 23 | org.apache.log4j, |
| 24 | org.apache.log4j.varia, |
| 25 | org.eclipse.swtbot.eclipse.finder, |
| 26 | org.eclipse.swtbot.eclipse.finder.matchers, |
| 27 | org.eclipse.swtbot.eclipse.finder.widgets, |
| 28 | org.eclipse.swtbot.swt.finder, |
| 29 | org.eclipse.swtbot.swt.finder.finders, |
| 30 | org.eclipse.swtbot.swt.finder.junit, |
| 31 | org.eclipse.swtbot.swt.finder.keyboard, |
| 32 | org.eclipse.swtbot.swt.finder.results, |
| 33 | org.eclipse.swtbot.swt.finder.utils, |
| 34 | org.eclipse.swtbot.swt.finder.waits, |
| 35 | org.eclipse.swtbot.swt.finder.widgets, |
| 36 | org.swtchart |
| 37 | Export-Package: org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom;x-internal:=true, |
| 38 | org.eclipse.tracecompass.tmf.ui.swtbot.tests.perspectives;x-internal:=true, |
| 39 | org.eclipse.tracecompass.tmf.ui.swtbot.tests.projectexplorer, |
| 40 | org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared, |
| 41 | org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events;x-internal:=true, |
| 42 | org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards;x-internal:=true |