blob: 61dead90efc48f9de68e27f7397c116fa60bb5a3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.smila.importing.crawler.web.test.httphandler.waithandler">
<implementation class="org.eclipse.smila.importing.crawler.web.test.httphandler.WaitHandler"/>
<service>
<provide interface="org.eclipse.smila.http.server.util.RequestHandler"/>
</service>
<property name="rootContextPath" type="String" value="/smila"/>
<property name="uriPattern" type="String" value="/wait/?$"/>
</scr:component>