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

Norman Richards norman.richards at jboss.com
Thu Dec 7 22:01:02 EST 2006


  User: nrichards
  Date: 06/12/07 22:01:02

  Modified:    doc/reference/en/modules   controls.xml xml.xml
  Log:
  explicitly list the namespaces
  
  Revision  Changes    Path
  1.10      +2 -1      jboss-seam/doc/reference/en/modules/controls.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: controls.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/controls.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- controls.xml	8 Dec 2006 01:58:38 -0000	1.9
  +++ controls.xml	8 Dec 2006 03:01:02 -0000	1.10
  @@ -209,7 +209,8 @@
                   <para>
                       Displays a dynamic date picker component that selects a date 
                       for the specified input field.  The body of the selectDate element should
  -                    contain HTML elements (that indicate 
  +                    contain HTML elements, such as text or an image, that prompt the user to click
  +                    to display the date picker. 
                   </para>
                   
                   <itemizedlist>
  
  
  
  1.2       +489 -465  jboss-seam/doc/reference/en/modules/xml.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: xml.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/xml.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- xml.xml	29 Nov 2006 21:53:11 -0000	1.1
  +++ xml.xml	8 Dec 2006 03:01:02 -0000	1.2
  @@ -459,6 +459,30 @@
                   be used for guidance.   
               </para>
               
  +            <para>The following are the the namespaces used by Seam:</para>
  +        <itemizedlist>
  +            <listitem>
  +                <para>components &mdash; <literal>http://jboss.com/products/seam/components</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>core &mdash; <literal>http://jboss.com/products/seam/core</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>drools &mdash; <literal>http://jboss.com/products/seam/drools</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>framework &mdash; <literal>http://jboss.com/products/seam/framework</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>jms &mdash; <literal>http://jboss.com/products/seam/jms</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>remoting &mdash; <literal>http://jboss.com/products/seam/remoting</literal></para>
  +            </listitem>
  +            <listitem>
  +                <para>theme &mdash; <literal>http://jboss.com/products/seam/theme</literal></para>
  +            </listitem>
  +        </itemizedlist>
           </sect1>
   
   
  
  
  



More information about the jboss-cvs-commits mailing list