Changeset 32367 for main


Ignore:
Timestamp:
2018-08-23T13:43:04+12:00 (6 years ago)
Author:
ak19
Message:

Upgrade to inclusion of ant 1.9.x required due to the recent changes to build.xml. Attempting to include ant 1.9.13 in the binary, if build.xml is where that step is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r32365 r32367  
    22552255        <not><available file="${packages.home}/ant/.flagfile"/></not>
    22562256      </bool>
    2257       <property name="ant.download.version" value="apache-ant-1.7.0" />
     2257      <property name="ant.download.version" value="apache-ant-1.9.13" />
    22582258      <get src="http://www.greenstone.org/gs3files/${ant.download.version}-bin.zip"
    22592259        dest="${packages.home}/${ant.download.version}-bin.zip"
Note: See TracChangeset for help on using the changeset viewer.