ehatcher 2004/03/26 01:54:49 Modified: . build.xml Log: oops, lost special DSTAMP/TSTAMP overrides in the last commit Revision Changes Path 1.58 +2 -0 jakarta-lucene/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- build.xml 26 Mar 2004 09:42:28 -0000 1.57 +++ build.xml 26 Mar 2004 09:54:49 -0000 1.58 @@ -10,6 +10,8 @@ <tstamp> <format property="current.year" pattern="yyyy"/> + <format property="DSTAMP" pattern="yyyy-MM-dd"/> + <format property="TSTAMP" pattern="HH:mm:ss"/> </tstamp> <property name="name" value="lucene"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]