Changeset 35557 for main/trunk


Ignore:
Timestamp:
2021-10-12T16:50:28+13:00 (3 years ago)
Author:
davidb
Message:

Adjustment of echo statement displayed after 'install' target run

File:
1 edited

Legend:

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

    r35555 r35557  
    10071007  <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,setup-for-eclipse"
    10081008    description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'.">
    1009     <echo>
    1010         After successful compilation, you can turn on https support on Windows and Linux (requires sudo/admin permissions)
    1011         by editing build.properties and running 'ant setup-https-cert'.
    1012     </echo>
     1009    <echo>After successful installation, you can turn on https support on Windows and Linux by editing build.properties</echo>
     1010    <echo>and running 'ant setup-https-cert' (requires system admin rights).</echo>
    10131011  </target>
    10141012
Note: See TracChangeset for help on using the changeset viewer.