Changeset 32315


Ignore:
Timestamp:
2018-07-30T14:13:11+12:00 (6 years ago)
Author:
kjdon
Message:

updated to reflect root_context.xml.in nmae change

File:
1 edited

Legend:

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

    r32312 r32315  
    14581458        For usage of IfTask IsLessThan: http://antelope.stage.tigris.org/nonav/docs/manual/bk03ch05s02.html -->
    14591459      <if><bool><not><islessthan arg1="${tomcat.version.major}" arg2="7"/></not></bool>     
    1460         <copy file="${basedir}/resources/tomcat/root_context.xml" tofile="${packages.home}/tomcat/conf/context.xml" overwrite="true" />     
     1460        <copy file="${basedir}/resources/tomcat/root_context.xml.in" tofile="${packages.home}/tomcat/conf/context.xml" overwrite="true" />     
    14611461      </if>
    14621462       
Note: See TracChangeset for help on using the changeset viewer.