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>
Tue, 27 Jun 2017 19:47:30 +0000 (15:47 -0400)
commit4adfe71784ecabea4342537e549abef23d9e0ace
treec95087e83c64697f97b701d734184c49f8e672b5
parentdeecbf8ef383c4dfb11f4fe6c7f3ee5d0269ff24
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.026616 seconds and 5 git commands to generate.