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

META-INF.rhq-serverplugin.xml Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>

<drift-plugin
   version="1.0"
   apiVersion="1.0"
   description="The JPA Drift Management Backend (the RHQ default backend)"
   displayName="Drift:JPA (RHQ default)"
   name="drift-jpa"
   package="org.rhq.enterprise.server.plugins.drift"
   xmlns="urn:xmlns:rhq-serverplugin.drift"
   xmlns:serverplugin="urn:xmlns:rhq-serverplugin"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <serverplugin:help><![CDATA[
        Provides back-end store and retrieve for drift files.
    ]]></serverplugin:help>
    
    <serverplugin:plugin-component class="JPADriftServerPluginComponent">
    <!-- 
        <serverplugin:control name="testControl" description="A test control operation">
        </serverplugin:control>
    -->
    </serverplugin:plugin-component>    

    <drift diff-support="false" />
    
</drift-plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy