source: greenstone3/trunk/ext/extension_project_list.xml@ 18112

Last change on this file since 18112 was 18112, checked in by cc108, 15 years ago

new extension directory for GS3 extensions

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<extension_list>
3 <extension>
4 <name>Metadata Quality Tool</name>
5 <group>Java / Web</group>
6 <file_stem>Mat</file_stem>
7 <description>The quality of metadata in a digital library is an important factor in ensuring access for end-users. As collections grow in size maintaining quality through manual methods becomes increasingly difficult for repository managers. The tool is built as an extension to the Greenstone3 digital library software.</description>
8 <admin_ui>org.greenstone.admin.gui.Mat</admin_ui>
9 <sequence_list>
10 <step action="Download" label="Download" method="svn" status="true">
11 <source>http://svn.greenstone.org/other-projects/trunk/greenstone3-extension/mat</source>
12 </step>
13 <step action="Install_option" label="Install options" status="false">
14 prepare installation
15 </step>
16 <step action="Install" label="Install" status="false">
17 <command>ant compile</command>
18 </step>
19 <step action="Uninstall" label="Uninstall" status="false">
20 <command>ant uninstall</command>
21 </step>
22 </sequence_list>
23 </extension>
24</extension_list>
Note: See TracBrowser for help on using the repository browser.