Skip to content
Snippets Groups Projects
Commit e479f0cf authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed email-adress

- xml lint
parent f7ad921a
No related branches found
No related tags found
No related merge requests found
<pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<pl:pluginTypeName>StoragePlugin</pl:pluginTypeName> <pl:pluginTypeName>StoragePlugin</pl:pluginTypeName>
<pl:deployName>SLUBStoragePlugin</pl:deployName> <pl:deployName>SLUBStoragePlugin</pl:deployName>
<pl:className>org.slub.rosetta.dps.repository.plugin.storage.nfs.SLUBStoragePlugin</pl:className> <pl:className>org.slub.rosetta.dps.repository.plugin.storage.nfs.SLUBStoragePlugin</pl:className>
<pl:initParameters> <pl:initParameters>
<fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans"> <fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
<form_name>SLUBStoragePlugin_Params</form_name> <form_name>SLUBStoragePlugin_Params</form_name>
<description>SLUBTreeStoragePlugin_parameters_form</description> <description>SLUBTreeStoragePlugin_parameters_form</description>
<version>0.1</version> <version>0.1</version>
<grid_x>1</grid_x> <grid_x>1</grid_x>
<md_format>1</md_format> <md_format>1</md_format>
<x_fields> <x_fields>
<x_field> <x_field>
<field_name>DIR_ROOT</field_name> <field_name>DIR_ROOT</field_name>
<label>ui.storage.nfs.rootDir</label> <label>ui.storage.nfs.rootDir</label>
<ui_tool_tip>ui.storage.nfs.rootDir.tooltip</ui_tool_tip> <ui_tool_tip>ui.storage.nfs.rootDir.tooltip</ui_tool_tip>
<single>false</single> <single>false</single>
<mandatory>true</mandatory> <mandatory>true</mandatory>
<x_logic_type>String</x_logic_type> <x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type> <x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options></x_options> <x_options></x_options>
</x_field> </x_field>
<x_field> <x_field>
<field_name>MAX_SIZE_IN_MB</field_name> <field_name>MAX_SIZE_IN_MB</field_name>
<label>ui.storage.nfs.storageMaxCapacity</label> <label>ui.storage.nfs.storageMaxCapacity</label>
<ui_tool_tip>ui.storage.nfs.storageMaxCapacity.tooltip</ui_tool_tip> <ui_tool_tip>ui.storage.nfs.storageMaxCapacity.tooltip</ui_tool_tip>
<single>false</single> <single>false</single>
<mandatory>true</mandatory> <mandatory>true</mandatory>
<validator_class_name>com.exlibris.core.infra.web.utils.formBuilder.validator.NumericFormValidator</validator_class_name> <validator_class_name>com.exlibris.core.infra.web.utils.formBuilder.validator.NumericFormValidator</validator_class_name>
<x_logic_type>String</x_logic_type> <x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type> <x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options></x_options> <x_options></x_options>
</x_field> </x_field>
<x_field> <x_field>
<field_name>BLOCK_SIZE</field_name> <field_name>BLOCK_SIZE</field_name>
<label>ui.storage.nfs.fileBlockSize</label> <label>ui.storage.nfs.fileBlockSize</label>
<ui_tool_tip>ui.storage.nfs.fileBlockSize</ui_tool_tip> <ui_tool_tip>ui.storage.nfs.fileBlockSize</ui_tool_tip>
<single>false</single> <single>false</single>
<default_value>8</default_value> <default_value>8</default_value>
<mandatory>true</mandatory> <mandatory>true</mandatory>
<validator_class_name>com.exlibris.core.infra.web.utils.formBuilder.validator.NumericFormValidator</validator_class_name> <validator_class_name>com.exlibris.core.infra.web.utils.formBuilder.validator.NumericFormValidator</validator_class_name>
<x_logic_type>String</x_logic_type> <x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type> <x_ui_type>TextField</x_ui_type>
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options></x_options> <x_options></x_options>
</x_field> </x_field>
<x_field> <x_field>
<field_name>FILES_HANDLING_METHOD</field_name> <field_name>FILES_HANDLING_METHOD</field_name>
<label>ui.storage.nfs.filesHandlingMethod</label> <label>ui.storage.nfs.filesHandlingMethod</label>
<ui_tool_tip>filesHandlingMethod.filesHandlingMethod</ui_tool_tip> <ui_tool_tip>filesHandlingMethod.filesHandlingMethod</ui_tool_tip>
<single>false</single> <single>false</single>
<default_value>copy</default_value> <default_value>copy</default_value>
<pos_x>1</pos_x> <pos_x>1</pos_x>
<pos_y>3</pos_y> <pos_y>3</pos_y>
<mandatory>true</mandatory> <mandatory>true</mandatory>
<x_logic_type>String</x_logic_type> <x_logic_type>String</x_logic_type>
<x_ui_type>Radio</x_ui_type> <x_ui_type>Radio</x_ui_type>
<populator_class_name>com.exlibris.core.infra.web.utils.formBuilder.populators.CodeTablePopulator</populator_class_name> <populator_class_name>com.exlibris.core.infra.web.utils.formBuilder.populators.CodeTablePopulator</populator_class_name>
<x_populator_parameters> <x_populator_parameters>
<x_populator_parameter> <x_populator_parameter>
<parameter>table</parameter> <parameter>table</parameter>
<value>FILES_HANDLING_METHOD_CODE_TABLE_PLACE_HOLDER</value> <value>FILES_HANDLING_METHOD_CODE_TABLE_PLACE_HOLDER</value>
</x_populator_parameter> </x_populator_parameter>
</x_populator_parameters> </x_populator_parameters>
<x_options></x_options> <x_options></x_options>
</x_field> </x_field>
</x_fields> </x_fields>
</fr:x_form> </fr:x_form>
</pl:initParameters> </pl:initParameters>
<pl:description>SLUB Storage Plugin</pl:description> <pl:description>SLUB Storage Plugin</pl:description>
<pl:version>1.1</pl:version> <pl:version>1.1</pl:version>
<pl:materialType>DIGITAL</pl:materialType> <pl:materialType>DIGITAL</pl:materialType>
<pl:module>Repository</pl:module> <pl:module>Repository</pl:module>
<pl:generalType>TASK</pl:generalType> <pl:generalType>TASK</pl:generalType>
<pl:publicApi>N</pl:publicApi> <pl:publicApi>N</pl:publicApi>
<pl:implType>java</pl:implType> <pl:implType>java</pl:implType>
<pl:contactPerson> <pl:contactPerson>
<contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/"> <contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
<contactType>admin</contactType> <contactType>admin</contactType>
<firstName></firstName> <firstName></firstName>
<lastName>SLUB Dresden</lastName> <lastName>SLUB Dresden</lastName>
<telephone1></telephone1> <telephone1></telephone1>
<telephone2></telephone2> <telephone2></telephone2>
<email>rosetta@slb-dresden.de</email> <email>rosetta@slub-dresden.de</email>
<address1>Zellescher Weg 17</address1> <address1>Zellescher Weg 17</address1>
<address2></address2> <address2></address2>
<city>Dresden</city> <city>Dresden</city>
<zipCode>01069</zipCode> <zipCode>01069</zipCode>
<country>Germany</country> <country>Germany</country>
</contact_info> </contact_info>
</pl:contactPerson> </pl:contactPerson>
</pl:metadata-config> </pl:metadata-config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment