Changeset 34602


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

the lsb release kit environments can't connect to https greenstone.org as they don't support TLS1.2. I have copied all needed files (hopefully) over to community, so lets grab them from there instead.

File:
1 edited

Legend:

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

    r34601 r34602  
    500500  <!--constants -->
    501501  <property name="svn.root" value="https://svn.greenstone.org"/>
    502   <property name="gsorg.root" value="https://www.greenstone.org"/>
     502  <property name="gsorg.root" value="http://community.nzdl.org"/>
     503
    503504  <!-- catalina home is set to tomcat basedir if already installed, otherwise
    504505       use greenstone's tomcat -->
     
    15941595      <echo>Bitness: ${uname.val}</echo>
    15951596      <if><bool><contains string="${os.bin.dir}" substring="darwin" casesensitive="false"/></bool>
    1596     <get src="${gsorg.root}/caveat-emptor/IsisGdl.macleopard"
     1597    <!--<get src="${gsorg.root}/caveat-emptor/IsisGdl.macleopard"-->
     1598    <get src="${gsorg.root}/gs3files/IsisGdl.macleopard"
    15971599             dest="${basedir}/gs2build/bin/${os.bin.dir}/IsisGdl"/>   
    15981600      </if>
    15991601      <if><bool><contains string="${os.bin.dir}" substring="linux" casesensitive="false"/></bool>
    1600     <get src="${gsorg.root}/caveat-emptor/IsisGdl.bin32"
     1602    <!--<get src="${gsorg.root}/caveat-emptor/IsisGdl.bin32"-->
     1603    <get src="${gsorg.root}/gs3files/IsisGdl.bin32"
    16011604             dest="${basedir}/gs2build/bin/${os.bin.dir}/IsisGdl"/>
    16021605      </if>
Note: See TracChangeset for help on using the changeset viewer.