You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/04/29 22:48:05 UTC

svn commit: rev 10431 - xml/forrest/branches/copyless/scratchpad/forrestbot2/core

Author: brondsem
Date: Thu Apr 29 13:48:04 2004
New Revision: 10431

Modified:
   xml/forrest/branches/copyless/scratchpad/forrestbot2/core/build.xml
Log:
iso time format in logs

Modified: xml/forrest/branches/copyless/scratchpad/forrestbot2/core/build.xml
==============================================================================
--- xml/forrest/branches/copyless/scratchpad/forrestbot2/core/build.xml	(original)
+++ xml/forrest/branches/copyless/scratchpad/forrestbot2/core/build.xml	Thu Apr 29 13:48:04 2004
@@ -19,7 +19,7 @@
   <property name="build.work-dir"         location="work/${ant.project.name}"/>
   <property name="build.site-dir"         location="build/${ant.project.name}"/>
   <tstamp>
-    <format property="logtime" pattern="yyMMdd-hhmm"/>
+    <format property="logtime" pattern="yyyyMMddHHmmss"/>
   </tstamp>
 
   <property name="build.log-dir" location="logs"/>