Changeset 36573


Ignore:
Timestamp:
2022-09-05T14:13:48+12:00 (20 months ago)
Author:
davidb
Message:

Adjust linebreak in echo/print statement for https setup message

File:
1 edited

Legend:

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

    r36572 r36573  
    10881088  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,install-webswing-ext,setup-for-eclipse"
    10891089    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
    1090     <echo>After successful installation, you can turn on https support on Windows and Linux by editing</echo>
    1091     <echo>build.properties and running 'ant setup-https-cert' (requires system admin rights).</echo>
     1090    <echo>After successful installation, you can turn on https support on Windows and Linux</echo>
     1091    <echo>by editing build.properties and running 'ant setup-https-cert'</echo>
     1092    <echo>(requires system admin rights)</echo>
    10921093  </target>
    10931094
Note: See TracChangeset for help on using the changeset viewer.