Changeset 38982


Ignore:
Timestamp:
2024-05-02T21:00:09+12:00 (6 weeks ago)
Author:
anupama
Message:

Fixing oversight in build.xml before changes for deactivating extensions, in particular deactivating webswing.

File:
1 edited

Legend:

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

    r38981 r38982  
    16261626      <copy file="${basedir}/resources/tomcat/server_tomcat5.xml.in" tofile="${basedir}/resources/tomcat/server_tomcat5.xml.in.backup"  overwrite="true"/>
    16271627    </if>
    1628     <copy file="${basedir}/resources/tomcat/server_tomcat5.xml.svn" tofile="${basedir}/resources/tomcat/server_tomcat5.xml.in"  overwrite="true"/>
     1628    <if>
     1629      <bool><available file="${basedir}/resources/tomcat/server_tomcat5.xml.svn"/></bool>
     1630      <copy file="${basedir}/resources/tomcat/server_tomcat5.xml.svn" tofile="${basedir}/resources/tomcat/server_tomcat5.xml.in"  overwrite="true"/>
     1631    </if>
    16291632
    16301633    <if>
Note: See TracChangeset for help on using the changeset viewer.