Add an IStartup to the new kernel.core plugin
[deliverable/tracecompass.git] / lttng / org.lttng.scope.lttng.kernel.core / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 point="org.eclipse.ui.startup">
6 <startup
7 class="org.lttng.scope.lttng.kernel.core.activator.internal.Startup">
8 </startup>
9 </extension>
10
11 </plugin>
This page took 0.029297 seconds and 5 git commands to generate.