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

Gavin King gavin.king at jboss.com
Fri Mar 23 19:43:50 EDT 2007


  User: gavin   
  Date: 07/03/23 19:43:49

  Modified:    doc/reference/en/modules  gettingstarted.xml
  Log:
  my misunderstanding...
  
  Revision  Changes    Path
  1.13      +1 -10     jboss-seam/doc/reference/en/modules/gettingstarted.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gettingstarted.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/gettingstarted.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- gettingstarted.xml	23 Mar 2007 23:15:38 -0000	1.12
  +++ gettingstarted.xml	23 Mar 2007 23:43:49 -0000	1.13
  @@ -441,7 +441,7 @@
     </section>
     
     <section>
  -    <title>Seam and hot deployment</title>
  +    <title>Seam and incremental hot deployment</title>
       
       <para>
         When you deploy your Seam application as an exploded directory, you'll get 
  @@ -453,15 +453,6 @@
       <programlisting><![CDATA[<core:init debug="true"/>]]></programlisting>
       
       <para>
  -      And these lines to <literal>web.xml</literal>:
  -    </para>
  -    
  -<programlisting><![CDATA[<context-param>
  -    <param-name>facelets.DEVELOPMENT</param-name>
  -    <param-value>true</param-value>
  -</context-param>]]></programlisting>
  -
  -    <para>
         Now, the following files may be redeployed without requiring a full restart
         of the web application:
       </para>
  
  
  



More information about the jboss-cvs-commits mailing list