META-INF.sca-contribution.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric3-datasource Show documentation
Show all versions of fabric3-datasource Show documentation
Support for configuring, deploying, and accessing datasources
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Fabric3 Copyright (c) 2009-2013 Metaform Systems Fabric3 is licensed under modified terms of the GNU General Public License. See the accompanying license file for details. --> <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:other="urn:fabric3.org" xmlns:f3="urn:fabric3.org" f3:description="DataSource extension" f3:extension="true"> <import.java package="org.fabric3.spi.*" version="2.0.1"/> <import.java package="org.fabric3.resource.spi" version="2.0.1"/> <export.java package="org.fabric3.datasource.spi" version="2.0.1"/> <deployable composite="f3:DataSourceRegistryExtension"/> <deployable composite="f3:DataSourceControllerExtension" modes="controller vm"/> <deployable composite="f3:DataSourceParticipantExtension" modes="participant vm"/> </contribution>