| <?xml version="1.0" encoding="UTF-8"?> |
| <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" factory="org.eclipse.osbp.runtime.web.common.contextfactory/test" immediate="false" name="org.eclipse.osbp.runtime.web.common.tests.contextfactory"> |
| <implementation class="org.eclipse.osbp.runtime.web.common.tests.context.TestWebContext"/> |
| <service> |
| <provide interface="org.eclipse.osbp.runtime.web.common.IWebContext"/> |
| </service> |
| <reference bind="setPreferencesService" cardinality="0..1" interface="org.osgi.service.prefs.PreferencesService" name="preferencesService" policy="dynamic" unbind="unsetPreferencesService"/> |
| </scr:component> |
| |