Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9a4e360e49c7c0377a76303e2891424d1ed474a3 (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.TestServlet2"/>
   <reference interface="org.osgi.service.http.HttpService"
      bind="setHttpService"/>
</scr:component>

Back to the top