Add an IStartup to the new kernel.core plugin
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 19:48:27 +0000 (15:48 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 19:57:17 +0000 (15:57 -0400)
commit06f6a8b1e2553185b46a9af38526c9c9e201a920
treeb4a161aecea4551cf91c88a8ccb23050d74b4b90
parentd8ab28e3c5a9ba4c20f16d7ed52f96e48a038368
Add an IStartup to the new kernel.core plugin

This plugin does not provide any analysis or anything, so nothing refers
to it. Use an IStartup extension point to activate it.

(Why is IStartup in eclipse.ui though?)

Change-Id: Ie26f39a9a657810ff0a16f04b14df7fa56dc9213
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
lttng/org.lttng.scope.lttng.kernel.core/META-INF/MANIFEST.MF
lttng/org.lttng.scope.lttng.kernel.core/build.properties
lttng/org.lttng.scope.lttng.kernel.core/plugin.xml [new file with mode: 0644]
lttng/org.lttng.scope.lttng.kernel.core/src/org/lttng/scope/lttng/kernel/core/activator/internal/Startup.java [new file with mode: 0644]
This page took 0.024617 seconds and 5 git commands to generate.