jhm         2003/11/26 00:14:23

  Modified:    docs/manual/CoreTasks tstamp.html
  Log:
  Update SimpleDateFormat URL. BugID 24993 by Jason
  
  Revision  Changes    Path
  1.16      +1 -2      ant/docs/manual/CoreTasks/tstamp.html
  
  Index: tstamp.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/tstamp.html,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- tstamp.html       22 Jun 2002 23:38:27 -0000      1.15
  +++ tstamp.html       26 Nov 2003 08:14:23 -0000      1.16
  @@ -41,7 +41,7 @@
   The Tstamp task supports a <code>&lt;format&gt;</code> nested element that
   allows a property to be set to the current date and time in a given format.
   The date/time patterns are as defined in the Java
  -<a 
href="http://java.sun.com/products/jdk/1.2/docs/api/java/text/SimpleDateFormat.html";>SimpleDateFormat</a>
 class.
  +<a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html";>SimpleDateFormat</a>
 class.
   The format element also allows offsets to be applied to the time to generate 
different time values.
   <br><br>
   <table width="60%" border="1" cellpadding="2" cellspacing="0">
  @@ -143,4 +143,3 @@
   
   </body>
   </html>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to