linux.ui: add kernel.swtbot as a friend
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 8 Sep 2016 13:15:59 +0000 (09:15 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 8 Sep 2016 15:11:17 +0000 (11:11 -0400)
lttng.Kernel has the LTTng trace support needed to test these views.
That is why their unit tests are in the other package. Adding friend
allows access to the internal IDs instead of hard-coding them.

Change-Id: Ia93453ece165d26cba54b05dbf389765b37471a2
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/80693
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/META-INF/MANIFEST.MF

index bb49cbb05d60998764c83a74955d12c569fb6677..7c4c4d6228afcb66261351159ce3b38fa5af4fcd 100644 (file)
@@ -31,7 +31,7 @@ Export-Package: org.eclipse.tracecompass.internal.analysis.os.linux.ui;x-friends
    org.eclipse.tracecompass.analysis.os.linux.ui.tests,
    org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests,
    org.eclipse.tracecompass.lttng2.kernel.ui",
- org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.cpuusage;x-internal:=true,
+ org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.cpuusage;x-friends:="org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests",
  org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.io.diskioactivity;x-internal:=true,
  org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.kernelmemoryusage;x-internal:=true,
  org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.latency;x-friends:="org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests",
This page took 0.02662 seconds and 5 git commands to generate.