Changeset 21923 for main


Ignore:
Timestamp:
2010-04-20T15:28:28+12:00 (14 years ago)
Author:
sjm84
Message:

Updated this file to conform to the new file format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ext/extension_project_list.xml

    r21809 r21923  
    11<?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.
    8        
     2<extension_list baseURL="http://svn.greenstone.org/gs3-extensions/">
     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.
     8
    99This extension requires Java Development Kit (JDK) 1.4 or higher. If you do do have JDK installed on your computer, you can download it from Sun (http://java.sun.com/).
    10 
     10     
    1111How to download Greenstone extension behind a HTTP proxy?
    1212By default SVNKit uses proxy settings from the servers configuration file that is located in the default SVN run-time configuration area. Default configuration area is located at ~/.subversion on Linux and OS X and at C:\Documents and Settings\userName\Application Data\Subversion on Windows. You may read more on Subversion client configuration files at Subversion Book (from http://svnkit.com/kb/user-guide-config-settings.html).
    13 
     13     
    1414This extension uses the JFreecChart to generate visualisation. JFreeChart is a free (LGPL) chart library for the Java(tm) platform. You can read more on JFreechart website (http://www.jfree.org/jfreechart/).
    15 
     15     
    1616If you cannot launch Metadata Analysis Tool, please remove the gs2mgdemo from "root/web/sites/localsite/collect". The root is Greenstone3 directory.
    17 </description>
    18         <admin_ui>org.greenstone.admin.gui.Mat</admin_ui>
    19         <sequence_list>
    20         <step action="Download" label="Download" method="svn" status="true">
    21             <source>http://svn.greenstone.org/gs3-extensions/mat/trunk/</source>
    22         </step>
    23         <step action="Install_option" label="Install options" status="true">
    24             prepare installation
    25         </step>
    26         <step action="Install" label="Install" status="true">
    27             <command>ant compile</command>
    28         </step>
    29         <step action="Uninstall" label="Uninstall" status="true">
    30             <command>ant uninstall</command>
    31         </step>
    32     </sequence_list>
    33     </extension>   
     17    </description>
     18    <base_ext>org.greenstone.admin.guiext.mat.Mat</base_ext>
     19    <sequence_list>
     20<!--  <step id="getMat" action="download" label="Download Extension">
     21    <mainSource method="svn">http://svn.greenstone.org/gs3-extensions/mat/trunk/</mainSource>
     22      </step> -->
     23      <step id="installOptions" action="properties" label="Install options" dependsOn="AUTOMATIC_DOWNLOAD">
     24    <optionList id="Mat" label="Mat options">
     25      <option id="User_Name" label="User name"/>
     26      <option id="Password" label="Password"/>
     27      <option id="Tomcat_Port" label="Tomcat port"/>
     28      <option id="JVM_Version" label="Java Virtual Machine version"/>
     29    </optionList>
     30<!--    <optionList id="ol2" label="Test options set 2" file="other.properties">
     31      <option id="t3" label="Test 3">Test 3</option>
     32      <option id="t4" label="Test 4"/>
     33    </optionList> -->
     34      </step>
     35      <step id="install" action="button" label="Install" dependsOn="installOptions">
     36    <command>
     37      <os name="default">ant compile</os>
     38        </command>
     39      </step>
     40      <step id="controlPanel" action="panel" label="Control Panel" dependsOn="install">
     41    <class>org.greenstone.admin.guiext.mat.ControlPanel</class>
     42      </step>
     43      <step id="uninstall" action="button" label="Uninstall" dependsOn="install" rollbackTo="install">
     44    <command>
     45      <os name="default">ant clean</os>
     46    </command>
     47      </step>
     48<!--  <step id="remove" action="remove" label="Remove Extension" dependsOn="getMat" rollbackTo="getMat">
     49    <command>
     50      <os name="default"/>
     51    </command>
     52      </step> -->
     53    </sequence_list>
     54  </extension>
     55<!--  <extension>
     56    <name>Sam's Test Extension</name>
     57    <group>Java / Web</group>
     58    <file_stem>STE</file_stem>
     59    <description>A test extension to help make extensions better!</description>
     60    <base_ext>org.greenstone.admin.guiext.ste.STE</base_ext>
     61    <sequence_list>
     62      <step id="getSTE" action="download" label="Download" method="svn">
     63    <mainSource method="svn">http://svn.greenstone.org/gs3-extensions/ste/trunk/</mainSource>
     64      </step>
     65      <step id="installOptions" action="properties" label="Install options" dependsOn="getSTE">
     66    <optionList label="Test options set 1">
     67      <option label="Test 1">Test 1</option>
     68      <option label="Test 2"/>
     69    </optionList>
     70      </step>
     71      <step id="install" action="button" label="Install" dependsOn="installOptions">
     72    <command>
     73      <os name="default">ant compile</os>
     74        </command>
     75      </step>
     76      <step id="uninstall" action="button" label="Uninstall" dependsOn="install" rollbackTo="installOptions">
     77    <command>
     78      <os name="default">ant uninstall</os>
     79        </command>
     80      </step>
     81      <step id="delete" action="button" label="Delete" dependsOn="getSTE" rollbackTo="getSTE">
     82    <command>
     83      <os name="default">ant delete</os>
     84        </command>
     85      </step>
     86    </sequence_list>
     87  </extension>-->
    3488</extension_list>
Note: See TracChangeset for help on using the changeset viewer.