META-INF.rhq-serverplugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rhq-serverplugin-drift Show documentation
Show all versions of rhq-serverplugin-drift Show documentation
Server side plugin providing RHQ Backend for drift management
<?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>