Changeset 25133 for main/trunk


Ignore:
Timestamp:
2012-02-22T15:58:44+13:00 (12 years ago)
Author:
sjm84
Message:

Commenting out the lines that include two files that don't seem to be necessary (I think)

File:
1 edited

Legend:

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

    r25131 r25133  
    987987        <fileset dir="${packages.home}/${tomcat.version}"/>
    988988      </move>
    989      
     989      <!--
    990990      <copy file="${basedir}/resources/tomcat/setclasspath.bat"
    991991        tofile="${packages.home}/tomcat/bin/setclasspath.bat"
     
    994994        tofile="${packages.home}/tomcat/bin/setclasspath.sh"
    995995        overwrite="true"/>
    996 
     996      -->
    997997      <!-- make sure we have execute permission for the .sh files -->
    998998      <chmod dir="${packages.home}/tomcat/bin" perm="ugo+rx"
Note: See TracChangeset for help on using the changeset viewer.