[jboss-cvs] jboss-seam/seam-gen/view ...

Gavin King gavin.king at jboss.com
Wed Nov 1 23:08:27 EST 2006


  User: gavin   
  Date: 06/11/01 23:08:27

  Modified:    seam-gen/view  home.xhtml
  Log:
  pretty
  
  Revision  Changes    Path
  1.4       +10 -7     jboss-seam/seam-gen/view/home.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: home.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/home.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- home.xhtml	2 Nov 2006 03:19:16 -0000	1.3
  +++ home.xhtml	2 Nov 2006 04:08:27 -0000	1.4
  @@ -8,13 +8,16 @@
                   template="layout/template.xhtml">
   
   <ui:define name="body">
  -    <p>This empty shell application contains:</p>
  +    <p>This empty shell application includes:</p>
       <ul>
  -    	<li>Facelets - with an empty home page</li>
  -    	<li>Datasource - configured for HSQL with commented mySQL entries</li>
  -    	<li>Embedded EJB - For testng unit tests</li>
  -    	<li>i18n - With an empty properties file for english</li>
  -    	<li>CSS - empty stylesheet</li>
  +        <li>Ant build script</li>
  +        <li>Deployment to JBoss AS</li>
  +        <li>Integration testing using TestNG and JBoss Embeddable EJB3</li>
  +        <li>EJB 3.0 Seam components</li>
  +        <li>Templated Facelets views</li>
  +        <li>HSQL (or MySQL) Datasource</li>
  +        <li>Default CSS stylesheet</li>
  +        <li>Internationalization support</li>
       </ul>
   </ui:define> 
   </ui:composition>
  
  
  



More information about the jboss-cvs-commits mailing list