Changeset 22060


Ignore:
Timestamp:
2010-05-07T14:19:54+12:00 (14 years ago)
Author:
sjm84
Message:

Updating this file to include the video extension and also upgraded the ekit extension so that it can now be associated with GLI with the click of a button

File:
1 edited

Legend:

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

    r22033 r22060  
    5151    </command>
    5252      </step>
     53      <step id="assoc" action="button" label="Setup EKit for GLI" dependsOn="AUTOMATIC_DOWNLOAD">
     54    <command>
     55      <os name="default">java -jar GLIAssociate.jar</os>
     56    </command>
     57      </step>
     58    </sequenceList>
     59  </extension>
     60  <extension>
     61    <name>Video Plugin</name>
     62    <group>Java / Web</group>
     63    <fileStem>video</fileStem>
     64    <description>Greenstone video extension (Need more details)</description>
     65    <sequenceList>
     66      <step id="download" action="download" label="Download Extension">
     67    <mainSource method="svn">http://svn.greenstone.org/gs2-extensions/video/trunk</mainSource>
     68      </step>
     69      <step id="install" action="button" label="Compile" dependsOn="download">
     70    <command>
     71      <os name="default">./CASCADE-MAKE.sh &gt; output.log</os>
     72      <os name="Windows">CASCADE-MAKE</os>
     73    </command>
     74      </step>
     75      <step id="uninstall" action="button" label="Uninstall" dependsOn="install" rollbackTo="install">
     76    <command>
     77      <os name="default"/>
     78    </command>
     79      </step>
    5380    </sequenceList>
    5481  </extension>
Note: See TracChangeset for help on using the changeset viewer.