Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d9757caea51f0cac7a2d4dac274f6515fb7b6392 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true">
   <implementation class="org.eclipse.equinox.http.servlet.tests.tb1.TestFilter7"/>
   <reference interface="org.osgi.service.http.HttpService"
      bind="setHttpService"/>
</scr:component>

Back to the top