Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.http.jetty/OSGI-INF/in.memory.http.service.xml')
-rw-r--r--plugins/org.eclipse.osee.http.jetty/OSGI-INF/in.memory.http.service.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.http.jetty/OSGI-INF/in.memory.http.service.xml b/plugins/org.eclipse.osee.http.jetty/OSGI-INF/in.memory.http.service.xml
new file mode 100644
index 00000000000..6b4a84b4cec
--- /dev/null
+++ b/plugins/org.eclipse.osee.http.jetty/OSGI-INF/in.memory.http.service.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" configuration-policy="require" deactivate="stop" modified="update">
+ <implementation class="org.eclipse.osee.http.jetty.internal.osgi.InMemoryJettyHttpService" />
+ <reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
+</scr:component>

Back to the top