Revision: 16014
          http://gate.svn.sourceforge.net/gate/?rev=16014&view=rev
Author:   markagreenwood
Date:     2012-08-15 15:37:23 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
fixed the URLs to point to Java 6 docs instead of Java 5

Modified Paths:
--------------
    userguide/trunk/misc-creole.tex

Modified: userguide/trunk/misc-creole.tex
===================================================================
--- userguide/trunk/misc-creole.tex     2012-08-15 01:18:54 UTC (rev 16013)
+++ userguide/trunk/misc-creole.tex     2012-08-15 15:37:23 UTC (rev 16014)
@@ -790,7 +790,7 @@
 an instance of the Date Normalizer you can specify the locale to use using
 ISO language and country codes along with Java specific variants (for details
 of these codes see the Java
-\htlink{http://download.oracle.com/javase/1.5.0/docs/api/java/util/Locale.html}{Locale
 documentation}).
+\htlink{http://docs.oracle.com/javase/6/docs/api/java/util/Locale.html}{Locale 
documentation}).
 So for example, to specify British English (which means the day usually comes
 before the month in a date) use \texttt{en\_GB}, or for American English (where
 the month usually appears before the day in a date) specify \texttt{en\_US}.
@@ -807,7 +807,7 @@
   to Date.
 \item \textbf{dateFormat:} the format that dates should be normalized to. The
   format of this parameter is the same as that use by the Java
-  
\htlink{http://download.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html}{SimpleDateFormat}
+  
\htlink{http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html}{SimpleDateFormat}
   whose documentation describes the full range of possible formats (note you
   must use MM for month and not mm). This defaults to dd/MM/yyyy.
   Note that this parameter is only required if the numericOuput parameter is 
set to false.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to