Changeset 34601


Ignore:
Timestamp:
2020-12-15T14:02:34+13:00 (3 years ago)
Author:
kjdon
Message:

created new gsorg.root variable so we can easily change the value in one place

File:
1 edited

Legend:

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

    r34584 r34601  
    500500  <!--constants -->
    501501  <property name="svn.root" value="https://svn.greenstone.org"/>
    502 
     502  <property name="gsorg.root" value="https://www.greenstone.org"/>
    503503  <!-- catalina home is set to tomcat basedir if already installed, otherwise
    504504       use greenstone's tomcat -->
     
    15941594      <echo>Bitness: ${uname.val}</echo>
    15951595      <if><bool><contains string="${os.bin.dir}" substring="darwin" casesensitive="false"/></bool>
    1596     <get src="http://www.greenstone.org/caveat-emptor/IsisGdl.macleopard"
     1596    <get src="${gsorg.root}/caveat-emptor/IsisGdl.macleopard"
    15971597             dest="${basedir}/gs2build/bin/${os.bin.dir}/IsisGdl"/>   
    15981598      </if>
    15991599      <if><bool><contains string="${os.bin.dir}" substring="linux" casesensitive="false"/></bool>
    1600     <get src="http://www.greenstone.org/caveat-emptor/IsisGdl.bin32"
     1600    <get src="${gsorg.root}/caveat-emptor/IsisGdl.bin32"
    16011601             dest="${basedir}/gs2build/bin/${os.bin.dir}/IsisGdl"/>
    16021602      </if>
     
    22312231      <!-- check that packages dir is there -->
    22322232      <mkdir dir="${packages.home}"/>
    2233       <get src="http://www.greenstone.org/gs3files/${tomcat.version}.zip"
     2233      <get src="${gsorg.root}/gs3files/${tomcat.version}.zip"
    22342234        dest="${packages.home}/${tomcat.version}.zip"
    22352235        usetimestamp="true"/>
     
    22412241      <if>
    22422242    <bool><equals arg1="1.4" arg2="${ant.java.version}"/></bool>
    2243     <get src="http://www.greenstone.org/gs3files/${tomcat.version}-compat.zip"
     2243    <get src="${gsorg.root}/gs3files/${tomcat.version}-compat.zip"
    22442244      dest="${packages.home}/${tomcat.version}-compat.zip"
    22452245      usetimestamp="true"/>
     
    27522752      </bool>
    27532753      <property name="ant.download.version" value="apache-ant-1.9.13" />
    2754       <get src="http://www.greenstone.org/gs3files/${ant.download.version}-bin.zip"
     2754      <get src="${gsorg.root}/gs3files/${ant.download.version}-bin.zip"
    27552755        dest="${packages.home}/${ant.download.version}-bin.zip"
    27562756        usetimestamp="true"/>
     
    28682868      </bool>
    28692869
    2870       <get src="http://www.greenstone.org/gs3files/${axis.zip.version}"
     2870      <get src="${gsorg.root}/gs3files/${axis.zip.version}"
    28712871        dest="${packages.home}/${axis.zip.version}"
    28722872        usetimestamp="true"/>
Note: See TracChangeset for help on using the changeset viewer.