| <?xml version="1.0" encoding="UTF-8"?> | |
| <scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.oomph.ui.tests.testableObject"> | |
| <implementation class="org.eclipse.ui.testing.TestableObject"/> | |
| <service> | |
| <provide interface="org.eclipse.ui.testing.TestableObject"/> | |
| </service> | |
| <property name="service.ranking" type="Integer" value="10000"/> | |
| </scr:component> |