Ignore:
Timestamp:
2010-07-06T15:10:40+12:00 (14 years ago)
Author:
sjm84
Message:

Removed echo statements used for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/create-installer.xml

    r22354 r22356  
    117117        </if>
    118118        <!-- /EXT -->
    119         <echo>ANOTHER CHECK</echo>
    120119        <!-- put the concrete values of things in the config -->
    121120        <rsr>
     
    130129            <job pattern="@java.extracted@" replacement="${java.extracted}"/>
    131130        </rsr>
    132         <echo>BEFORE AMP</echo>
    133131
    134132        <!-- EXT -->
    135133        <if><bool><equals arg1="${amp.enabled}" arg2="true"/></bool>
    136           <echo>IN AMP</echo>
    137134          <rsr>
    138135            <fileset dir="${basedir}/installer" includes="*.xml"/>
     
    142139        <!-- /EXT -->
    143140
    144         <echo>NOT IN AMP</echo>
    145141        <!-- put the concrete values of things in the text -->
    146142        <rsr>
Note: See TracChangeset for help on using the changeset viewer.