[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Tue Jul 10 06:23:43 EDT 2007


  User: gavin   
  Date: 07/07/10 06:23:43

  Modified:    doc/reference/en/modules   components.xml i18n.xml
  Log:
  move Locale back to core
  
  Revision  Changes    Path
  1.64      +2 -2      jboss-seam/doc/reference/en/modules/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/components.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -b -r1.63 -r1.64
  --- components.xml	26 Jun 2007 20:52:00 -0000	1.63
  +++ components.xml	10 Jul 2007 10:23:43 -0000	1.64
  @@ -283,10 +283,10 @@
           
       	<variablelist spacing="compact">
               <varlistentry>
  -                <term><literal>org.jboss.seam.international.locale</literal></term>
  +                <term><literal>org.jboss.seam.core.locale</literal></term>
                   <listitem>
                       <para>
  -                        The Seam locale. The locale is session scoped.
  +                        The Seam locale.
                       </para>
                   </listitem>
               </varlistentry>
  
  
  
  1.19      +1 -1      jboss-seam/doc/reference/en/modules/i18n.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i18n.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/i18n.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- i18n.xml	26 Jun 2007 20:52:00 -0000	1.18
  +++ i18n.xml	10 Jul 2007 10:23:43 -0000	1.19
  @@ -11,7 +11,7 @@
           <para>
               Each user login session has an associated instance of
               <literal>java.util.Locale</literal> (available to the 
  -            application as a session-scoped component named 
  +            application as a component named 
               <literal>locale</literal>). Under normal circumstances,
               you won't need to do any special configuration to set
               the locale. Seam just delegates to JSF to determine
  
  
  



More information about the jboss-cvs-commits mailing list