Changeset 1746
- Timestamp:
- 02/24/08 23:17:53
- Files:
-
- trunk/build/quickstart-build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/quickstart-build.xml
r1677 r1746 122 122 <ant antfile="${bedework.build.file}" inheritrefs="true" 123 123 target="build" /> 124 <tstamp prefix="endbuild" /> 125 <echo message="=================> Build finished at ${endbuild.TODAY}" /> 124 126 </target> 125 127 … … 144 146 <ant antfile="${bedework.build.file}" inheritrefs="true" 145 147 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}" /> 146 153 </target> 147 154
