Commit | Line | Data |
---|---|---|
91fc3690 AM |
1 | Manifest-Version: 1.0 |
2 | Bundle-ManifestVersion: 2 | |
3 | Bundle-Name: %Bundle-Name | |
4 | Bundle-Vendor: %Bundle-Vendor | |
c7e8f6e3 | 5 | Bundle-Version: 1.0.0.qualifier |
91fc3690 | 6 | Bundle-Localization: plugin |
86703386 | 7 | Bundle-SymbolicName: org.eclipse.tracecompass.lttng2.ust.ui;singleton:=true |
9bc60be7 | 8 | Bundle-Activator: org.eclipse.tracecompass.internal.lttng2.ust.ui.Activator |
91fc3690 | 9 | Bundle-ActivationPolicy: lazy |
b20e0f5d | 10 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
91fc3690 AM |
11 | Require-Bundle: org.eclipse.core.resources, |
12 | org.eclipse.core.runtime, | |
13 | org.eclipse.ui, | |
b37432dd AM |
14 | org.eclipse.tracecompass.common.core, |
15 | org.eclipse.tracecompass.lttng2.ust.core, | |
16 | org.eclipse.tracecompass.tmf.core, | |
17 | org.eclipse.tracecompass.tmf.ui, | |
c77a695a | 18 | org.eclipse.tracecompass.tmf.ctf.core |
9bc60be7 | 19 | Export-Package: org.eclipse.tracecompass.internal.lttng2.ust.ui;x-friends:="org.eclipse.tracecompass.lttng2.ust.ui.tests", |
7b583932 | 20 | org.eclipse.tracecompass.internal.lttng2.ust.ui.views.memusage;x-friends:="org.eclipse.tracecompass.lttng2.ust.ui.tests,org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests", |
9bc60be7 | 21 | org.eclipse.tracecompass.lttng2.ust.ui.analysis.callstack |