Skip to main content
summaryrefslogtreecommitdiffstats
blob: ec65ce355dfeaa11dbc623c7e300ba5091d2a9d9 (plain) (blame)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<component name="derby.client.connection.driver.provider">
	<implementation class="org.eclipse.osee.framework.derby.DerbyClientConnection"/>
	<service>
		<provide interface="org.eclipse.osee.framework.database.core.IConnectionFactory"/>
	</service>	
</component>

Back to the top