All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.sca-contribution.xml Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
<?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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy