From e29a2a77d0701c375002f420500438f3468533ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Mon, 29 Jul 2019 14:41:07 +0200
Subject: [PATCH] indentation, fixed pluginTypeName tag, added publicApi tag

---
 PLUGIN-INF/metadata_ppa_plugin.xml | 91 ++++++++++++++++++++++--------
 1 file changed, 69 insertions(+), 22 deletions(-)

diff --git a/PLUGIN-INF/metadata_ppa_plugin.xml b/PLUGIN-INF/metadata_ppa_plugin.xml
index 925c83d..1813404 100644
--- a/PLUGIN-INF/metadata_ppa_plugin.xml
+++ b/PLUGIN-INF/metadata_ppa_plugin.xml
@@ -1,24 +1,71 @@
 <!-- Documentation: https://developers.exlibrisgroup.com/rosetta/integrations/plugins/ -->
 <pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-   <pl:pluginTypeName>MigrationPlugin</pl:pluginTypeName>
-   <pl:deployName>Migration DUMMY Plugin</pl:deployName>
-   <pl:description>Dummy for a MigrationPlugin that just copies original file to new file</pl:description>
-   <pl:module>Preservation</pl:module>
-   <pl:version>0.1</pl:version>
-   <pl:materialType>DIGITAL</pl:materialType>
-   <pl:generalType>TASK</pl:generalType>
-   <pl:implType>script</pl:implType>
-   <pl:contactPerson>
-      <contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
-	    <contactType>admin</contactType>
-	    <firstName>Jörg</firstName>
-	    <lastName>Sachse</lastName>
-	    <telephone1>+49 351 4677 216</telephone1>
-	    <email>Joerg.Sachse@slub-dresden.de</email>
-	    <address1>Zellescher Weg 18</address1>
-	    <address2>Dresden</address2>
-	    <zipCode>01069</zipCode>
-	    <country>Germany</country>
-      </contact_info>
-   </pl:contactPerson>
-</pl:metadata-config>
\ No newline at end of file
+	<pl:pluginTypeName>MigrationToolPlugin</pl:pluginTypeName>
+	<pl:deployName>Migration DUMMY Plugin</pl:deployName>
+	<pl:description>Dummy for a MigrationPlugin that just copies original file to new file</pl:description>
+	<pl:module>Preservation</pl:module>
+	<pl:version>0.1</pl:version>
+	<pl:materialType>DIGITAL</pl:materialType>
+	<pl:generalType>TASK</pl:generalType>
+	<pl:implType>script</pl:implType>
+	<pl:publicApi>N</pl:publicApi>
+	<!--
+	<pl:initParameters>
+		<fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
+			<form_name>SLUBTechnicalMetadataExtractorMediaConchPlugin_Params</form_name>
+			<description>SLUBTechnicalMetadataExtractorMediaConchPlugin_parameters_form</description>
+			<version>0.1</version>
+			<grid_x>1</grid_x>
+			<md_format>1</md_format>
+				<x_fields>
+					<x_field>
+						<field_name>mediaconch_binary_path</field_name>
+						<label>Path to mediaconch</label>
+						<ui_tool_tip>add full path to mediaconch</ui_tool_tip>
+						<mandatory>true</mandatory>
+						<x_logic_type>String</x_logic_type>
+						<x_ui_type>TextField</x_ui_type>
+						<default_value>/usr/bin/mediaconch</default_value>
+						<css_class>width40</css_class>
+						<x_options></x_options>
+					</x_field>
+					<x_field>
+						<field_name>mediaconch_profile_path</field_name>
+						<label>Path to Profile file used for mediaconch</label>
+						<ui_tool_tip>add full path to Profile file for mediaconch</ui_tool_tip>
+						<mandatory>true</mandatory>
+						<default_value>/etc/mediaconch/slub.cfg</default_value>
+						<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>ffprobe_binary_path</field_name>
+						<label>Path to ffprobe</label>
+						<ui_tool_tip>add full path to ffprobe (part of FFMPEG, hint: use at least version 3.3</ui_tool_tip>
+						<mandatory>true</mandatory>
+						<x_logic_type>String</x_logic_type>
+						<x_ui_type>TextField</x_ui_type>
+						<default_value>/usr/bin/ffprobe</default_value>
+						<css_class>width40</css_class>
+						<x_options></x_options>
+					</x_field>
+				</x_fields>
+		</fr:x_form>
+	</pl:initParameters>
+	-->
+	<pl:contactPerson>
+		<contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
+			<contactType>admin</contactType>
+			<firstName>Jörg</firstName>
+			<lastName>Sachse</lastName>
+			<telephone1>+49 351 4677 216</telephone1>
+			<email>Joerg.Sachse@slub-dresden.de</email>
+			<address1>Zellescher Weg 18</address1>
+			<address2>Dresden</address2>
+			<zipCode>01069</zipCode>
+			<country>Germany</country>
+		</contact_info>
+	</pl:contactPerson>
+</pl:metadata-config>
-- 
GitLab