Changeset 13847


Ignore:
Timestamp:
2007-02-05T12:21:07+13:00 (17 years ago)
Author:
shaoqun
Message:

added a target to download and unpack ant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13842 r13847  
    659659
    660660
     661
     662
     663
     664<!-- ======================= ant Targets ============================ -->
     665  <target name="prepare-ant" depends="init">
     666    <get src="http://www.greenstone.org/gs3files/apache-ant-1.7.0-bin.zip"
     667      dest="${packages.home}/apache-ant-1.7.0-bin.zip"
     668      usetimestamp="true"/>
     669    <unzip src="${packages.home}/apache-ant-1.7.0-bin.zip"
     670      dest="${packages.home}"/>
     671    <move todir="${packages.home}/ant">
     672      <fileset dir="${packages.home}/apache-ant-1.7.0"/>
     673    </move>
     674  </target>
    661675
    662676<!-- ======================= Axis Targets ============================ -->
Note: See TracChangeset for help on using the changeset viewer.