Ignore:
Timestamp:
2016-06-15T18:35:56+12:00 (8 years ago)
Author:
ak19
Message:

Terminology change: 'web-distributed' GS3 is a GS3 with dispersed web folder (not 'distributed').

File:
1 edited

Legend:

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

    r30568 r30573  
    169169  <property name="web.home" value="${basedir}/web"/>
    170170  <property name="web.writablehome" value="${gsdl3.writablehome}"/>
    171   <!-- If using a distributed GS3, then the user web would not contain everything in the default GS3 web
    172   (it won't contain a CGI or lib folder inside WEB-INF, for instance) -->
     171  <!-- If using a dispersed GS3 web folder, then the user web would not contain everything in the
     172       default GS3 web (it won't contain a CGI or lib folder inside WEB-INF, for instance) -->
    173173  <if>
    174174    <bool><available file="${web.home}/WEB-INF/cgi" type="dir"/></bool>
Note: See TracChangeset for help on using the changeset viewer.