Ignore:
Timestamp:
2019-09-11T20:10:59+12:00 (5 years ago)
Author:
ak19
Message:

Tested new tomcat.allowLinking property on Windows too now and it behaves correctly. Cleaning up debug statements and moving properties in build.properties around so that https related proeprties remain grouped together as before.

File:
1 edited

Legend:

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

    r33461 r33462  
    9797    <os family="windows"/>
    9898  </condition>
    99 
    100   <echo>@@@@@@@@@@@@ Current OS iswindows: ${current.os.iswindows}</echo>
    10199
    102100  <!-- create build.properties if it has not been created yet -->
     
    154152    </if>
    155153  </if>
    156  
    157   <echo>@@@@@@ tomcat.allowLinking is set to ${tomcat.allowLinking}</echo>
    158   <echo>tomcat.user.allowLinking is set to ${tomcat.user.allowLinking}</echo>
    159154 
    160155  <if>
Note: See TracChangeset for help on using the changeset viewer.