| <?xml version="1.0" encoding="UTF-8"?> | |
| <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop" name="org.eclipse.osee.ote.server.startServer"> | |
| <implementation class="org.eclipse.osee.ote.server.internal.OTEServerCreationComponent"/> | |
| <reference bind="bindOteServiceStarter" cardinality="1..1" interface="org.eclipse.osee.ote.server.OteServiceStarter" name="OteServiceStarter" policy="static" unbind="unbindOteServiceStarter"/> | |
| </scr:component> |