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-binding-file Show documentation
Show all versions of fabric3-binding-file Show documentation
File Transfer Binding Extension
<?xml version="1.0" encoding="UTF-8"?> <!-- Fabric3 Copyright (c) 2009-2012 Metaform Systems Fabric3 is licensed under modified terms of the GNU General Public License. See the accompanying license file for details. $Rev: 11190 $ $Date: 2012-10-24 08:42:56 +0000 (Wed, 24 Oct 2012) $ --> <contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:f3="urn:fabric3.org" f3:extension="true" f3:description="File binding extension"> <import.java package="org.fabric3.spi.*"/> <export.java package="org.fabric3.binding.file.api" version="1.9.6"/> <f3:provides.capability name="file.binding"/> <deployable composite="f3:FileBindingControllerExtension" modes="controller vm"/> <deployable composite="f3:FileBindingRuntimeExtension" modes="participant vm"/> </contribution>