Changeset 23942


Ignore:
Timestamp:
2011-04-21T15:04:42+12:00 (13 years ago)
Author:
ak19
Message:

Forgot to remove commented code in previous commit

File:
1 edited

Legend:

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

    r23941 r23942  
    580580            </exec>
    581581
    582             <!-- DOS semi-equivalent of Linux which is "where" which returns lines of matches.
    583             Use ant string functions to grab just the first line returned by the DOS where command.
    584             Sadly, "where" is not supported by winXP. Using GNUwin32 port of Linux "which" instead.-->
    585             <!--<exec executable="where" os="${os.windows}" spawn="false" outputproperty="full.perl.path">
    586               <arg value="perl" />
    587             </exec>
    588            
    589             <if><bool><istrue value="${current.os.iswindows}"/></bool>
    590               <stringutil string="${full.perl.path}" property="full.perl.path">
    591                 <replace regex="[\n].*$" replacement="" />
    592               </stringutil>
    593             </if>-->
    594582            <exec executable="${gs2build.home}/bin/windows/which" os="${os.windows}" spawn="false" outputproperty="full.perl.path">
    595583              <arg value="perl" />
Note: See TracChangeset for help on using the changeset viewer.