Changeset 1746

Show
Ignore:
Timestamp:
02/24/08 23:17:53
Author:
douglm
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/quickstart-build.xml

    r1677 r1746  
    122122    <ant antfile="${bedework.build.file}" inheritrefs="true" 
    123123           target="build" /> 
     124    <tstamp prefix="endbuild" /> 
     125    <echo message="=================> Build finished at ${endbuild.TODAY}" /> 
    124126  </target> 
    125127 
     
    144146    <ant antfile="${bedework.build.file}" inheritrefs="true" 
    145147           target="deploy.debug" /> 
     148    <tstamp> 
     149      <format property="deploydebug.time" pattern="MM/dd/yyyy HH:mm:ss"/> 
     150    </tstamp> 
     151 
     152    <echo message="=================> deploy.debug finished at ${deploydebug.time}" /> 
    146153  </target> 
    147154