Skip to main content
summaryrefslogtreecommitdiffstats
blob: 942be09a9a5c48d3716d20576fbd18ffd9823b9a (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" >
	<implementation class="org.eclipse.osee.activity.server.internal.ActivitySchemaResource" />
 <service>
    <provide interface="org.eclipse.osee.jdbc.JdbcSchemaResource"/>
 </service>
</scr:component>

Back to the top