Skip to main content
summaryrefslogtreecommitdiffstats
blob: e60dbc30f9f6fe35680f058291cdf4658d0c51bf (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.osee.hsqldb.internal.HyperSqlClientConnection">
	<implementation class="org.eclipse.osee.hsqldb.HyperSqlClientConnection"/>
	<service>
		<provide interface="org.eclipse.osee.framework.database.core.IConnectionFactory"/>
	</service>	
</scr:component>

Back to the top