Changeset 34555 for main/trunk


Ignore:
Timestamp:
2020-11-23T12:54:49+13:00 (3 years ago)
Author:
kjdon
Message:

updated svn urls to use new https server

File:
1 edited

Legend:

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

    r34547 r34555  
    112112  <property name="gs2build.home" value="${basedir}${file.separator}gs2build"/>
    113113  <property name="src.packages.home" value="${basedir}/src/packages"/>
    114   <property name="flax.svn.root" value="http://svn.greenstone.org/flax"/>
     114  <property name="flax.svn.root" value="https://svn.greenstone.org/flax"/>
    115115
    116116  <property name="solr-ext.home" value="${basedir}/ext/solr"/>
     
    495495
    496496  <!--constants -->
    497   <property name="svn.root" value="http://svn.greenstone.org"/>
     497  <property name="svn.root" value="https://svn.greenstone.org"/>
    498498
    499499  <!-- catalina home is set to tomcat basedir if already installed, otherwise
     
    42694269    <target name="run-collection-tests">
    42704270        <if><bool><not><available file="${basedir}/ext/testing" type="dir"/></not></bool>
    4271             <fail>The testing extension is not available. This is required to perform the tests. It can be acquired from SVN by running the command "svn co http://svn.greenstone.org/gs3-extensions/testing/trunk/src testing" in the ext directory of your Greenstone 3 installation. </fail>
     4271            <fail>The testing extension is not available. This is required to perform the tests. It can be acquired from SVN by running the command "svn co https://svn.greenstone.org/gs3-extensions/testing/trunk/src testing" in the ext directory of your Greenstone 3 installation. </fail>
    42724272        </if>
    42734273        <for param="testjar">
     
    42954295    <target name="build-collection-tests">
    42964296        <if><bool><not><available file="${basedir}/ext/testing" type="dir"/></not></bool>
    4297             <fail>The testing extension is not available. This is required to perform the tests. It can be acquired from SVN by running the command "svn co http://svn.greenstone.org/gs3-extensions/testing/trunk/src testing" in the ext directory of your Greenstone 3 installation. </fail>
     4297            <fail>The testing extension is not available. This is required to perform the tests. It can be acquired from SVN by running the command "svn co https://svn.greenstone.org/gs3-extensions/testing/trunk/src testing" in the ext directory of your Greenstone 3 installation. </fail>
    42984298        </if>
    42994299        <for param="compiledir">
Note: See TracChangeset for help on using the changeset viewer.