Changeset 21842


Ignore:
Timestamp:
2010-03-30T13:12:43+13:00 (14 years ago)
Author:
oranfry
Message:

insert ant into greenstone3 installations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r21748 r21842  
    4242        </copy>
    4343
    44         <!-- TODO: insert-ant -->
     44        <!-- insert ant -->
     45        <mkdir dir="compiled/packages"/>
     46        <get src="http://www.greenstone.org/gs3files/apache-ant-1.8.0-bin.tar.gz" dest="compiled/packages/apache-ant-1.8.0-bin.tar.gz"/>
     47        <untar src="compiled/packages/apache-ant-1.8.0-bin.tar.gz" dest="compiled/packages/" compression="gzip"/>
     48        <move file="compiled/packages/apache-ant-1.8.0" tofile="compiled/packages/ant"/>
     49        <delete file="compiled/packages/apache-ant-1.8.0-bin.tar.gz"/>
     50   
    4551
    4652        <!-- put the uninstaller in place -->
Note: See TracChangeset for help on using the changeset viewer.