From faf78cd4dc05353b83db438684f543b66f75d878 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 12 Mar 2014 13:59:43 +0000 Subject: [PATCH] - added plugin Metadata XML file --- .../metadata_SLUBVirusCheckClamAVPlugin.xml | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml diff --git a/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml new file mode 100644 index 0000000..9b294ea --- /dev/null +++ b/PLUGIN-INF/metadata_SLUBVirusCheckClamAVPlugin.xml @@ -0,0 +1,59 @@ +<pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <pl:pluginTypeName>VirusCheckPlugin</pl:pluginTypeName> + <pl:deployName>SLUBVirusCheckClamAVPlugin</pl:deployName> + <pl:className>org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin</pl:className> + <pl:initParameters> + <fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans"> + <form_name>SLUBVirusCheckClamAVPlugin_Params</form_name> + <description>SLUBVirusCheckClamAVPlugin_parameters_form</description> + <version>0.1</version> + <grid_x>1</grid_x> + <md_format>1</md_format> + <x_fields> + <x_field> + <field_name>host</field_name> + <label>host</label> + <ui_tool_tip>add hostname for clamAV daemon</ui_tool_tip> + <mandatory>true</mandatory> + <x_logic_type>String</x_logic_type> + <x_ui_type>TextField</x_ui_type> + <css_class>width40</css_class> + <x_options></x_options> + </x_field> + <x_field> + <field_name>port</field_name> + <label>port</label> + <ui_tool_tip>add port number for clamAV daemon</ui_tool_tip> + <single>false</single> + <mandatory>true</mandatory> + <x_logic_type>Int</x_logic_type> + <x_ui_type>TextField</x_ui_type> + <css_class>width40</css_class> + <x_options></x_options> + </x_field> + </x_fields> + </fr:x_form> + </pl:initParameters> + <pl:description>SLUB Virus Check Plugin using installed ClamAV daemon via tcp-sockets</pl:description> + <pl:version>1.1</pl:version> + <pl:materialType>DIGITAL</pl:materialType> + <pl:module>Repository</pl:module> + <pl:generalType>TASK</pl:generalType> + <pl:publicApi>N</pl:publicApi> + <pl:implType>java</pl:implType> + <pl:contactPerson> + <contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/"> + <contactType>admin</contactType> + <firstName></firstName> + <lastName>SLUB Dresden</lastName> + <telephone1></telephone1> + <telephone2></telephone2> + <email>rosetta@slub-dresden.de</email> + <address1>Zellescher Weg 17</address1> + <address2></address2> + <city>Dresden</city> + <zipCode>01069</zipCode> + <country>Germany</country> + </contact_info> + </pl:contactPerson> +</pl:metadata-config> -- GitLab