Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.server/OSGI-INF/server.task.stats.console.command.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.server/OSGI-INF/server.task.stats.console.command.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/server.task.stats.console.command.xml b/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/server.task.stats.console.command.xml
new file mode 100644
index 00000000000..99cd89f6d2f
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/server.task.stats.console.command.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.framework.core.server.internal.console.ServerTaskStatsCommand">
+ <implementation class="org.eclipse.osee.framework.core.server.internal.console.ServerTaskStatsCommand"/>
+ <service>
+ <provide interface="org.eclipse.osee.console.admin.ConsoleCommand"/>
+ </service>
+ <reference bind="setTaskScheduler" cardinality="1..1" interface="org.eclipse.osee.framework.core.server.IServerTaskScheduler" name="IServerTaskScheduler" policy="static"/>
+</scr:component>

Back to the top