Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.server/OSGI-INF/join.cleanup.task.provider.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.server/OSGI-INF/join.cleanup.task.provider.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/join.cleanup.task.provider.xml b/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/join.cleanup.task.provider.xml
new file mode 100644
index 00000000000..f079abd423f
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.server/OSGI-INF/join.cleanup.task.provider.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<component name="join.cleanup.task.provider">
+ <implementation class="org.eclipse.osee.framework.core.server.internal.task.CleanJoinTablesServerTask"/>
+ <service>
+ <provide interface="org.eclipse.osee.framework.core.server.IServerTask"/>
+ </service>
+</component> \ No newline at end of file

Back to the top