Ignore:
Timestamp:
2018-08-22T22:14:09+12:00 (6 years ago)
Author:
ak19
Message:

Reversing a recently introduced behaviour: build.xml no longer writes out tomcat.port into build.properties. The perl code could live without it and the java src code has now been updated to live without this too.

File:
1 edited

Legend:

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

    r32356 r32359  
    227227  -->
    228228  <echo>Using tomcat port: ${internal.tomcat.port}</echo>
     229
     230  <!-- We're no longer writing out a tomcat.port property to build.properties based on what we've determined this should be:
     231  - the perl code only cares about the final GS3 URL, which is determined by this ant build file and uses internal.tomcat.port
     232  - and the GS3 Java src code has been updated to work without tomcat.port in build.properties -->
     233  <!--
    229234  <propertyfile file="build.properties">
    230235    <entry key="tomcat.port" value="${internal.tomcat.port}"/>
    231236  </propertyfile>
     237  -->
    232238
    233239  <!-- For setting filter tokens.
Note: See TracChangeset for help on using the changeset viewer.