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

Shane Bryzak sbryzak at redhat.com
Wed Mar 21 21:42:50 EDT 2007


  User: sbryzak2
  Date: 07/03/21 21:42:50

  Modified:    doc/reference/en/modules   annotations.xml concepts.xml
  Log:
  JBSEAM-1043
  
  Revision  Changes    Path
  1.56      +3 -2      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -b -r1.55 -r1.56
  --- annotations.xml	13 Mar 2007 17:10:43 -0000	1.55
  +++ annotations.xml	22 Mar 2007 01:42:50 -0000	1.56
  @@ -157,7 +157,8 @@
                       <programlisting><![CDATA[@Install(precedence=BUILT_IN)]]></programlisting>
                       <para>
                           Specifies the precedence of the component. If multiple components with the same name exist,
  -                        the one with the higher precedence will be installed. The defined precendence values are:
  +                        the one with the higher precedence will be installed. The defined precendence values are
  +                        (in ascending order):
                       </para>
                       
                       <itemizedlist>
  
  
  
  1.54      +1 -1      jboss-seam/doc/reference/en/modules/concepts.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: concepts.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/concepts.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -b -r1.53 -r1.54
  --- concepts.xml	28 Feb 2007 20:09:21 -0000	1.53
  +++ concepts.xml	22 Mar 2007 01:42:50 -0000	1.54
  @@ -857,7 +857,7 @@
               The precedence of a component is a number that Seam uses to decide which component to
               install when there are multiple classes with the same component name in the classpath.
               Seam will choose the component with the higher precendence. There are some predefined
  -            precedence values:
  +            precedence values (in ascending order):
           </para>
           
           <orderedlist>
  
  
  



More information about the jboss-cvs-commits mailing list