[seam-commits] Seam SVN: r8166 - branches/Seam_2_0/seam-gen/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 12 14:06:12 EDT 2008


Author: jguglielmin
Date: 2008-05-12 14:06:12 -0400 (Mon, 12 May 2008)
New Revision: 8166

Modified:
   branches/Seam_2_0/seam-gen/icefaces/view/home.xhtml
Log:
take out reference to version numbers of ICEfaces and Seam from home page

Modified: branches/Seam_2_0/seam-gen/icefaces/view/home.xhtml
===================================================================
--- branches/Seam_2_0/seam-gen/icefaces/view/home.xhtml	2008-05-12 18:05:19 UTC (rev 8165)
+++ branches/Seam_2_0/seam-gen/icefaces/view/home.xhtml	2008-05-12 18:06:12 UTC (rev 8166)
@@ -5,7 +5,7 @@
                 xmlns:ui="http://java.sun.com/jsf/facelets"
                 xmlns:f="http://java.sun.com/jsf/core"
                 xmlns:h="http://java.sun.com/jsf/html"
-		xmlns:ice="http://www.icesoft.com/icefaces/component"
+		    xmlns:ice="http://www.icesoft.com/icefaces/component"
                 template="layout/template.xhtml">
 
 <ui:define name="body">
@@ -15,7 +15,7 @@
         <ice:panelGrid id="homePanelGrid" columns="2" columnClasses="leftMenu,leftMenu">
              <img src="img/ICEfaces-logo.gif" alt="Icefaces and Seam: framework demo"/>   
              <ice:panelGroup id="homePanelGroup">
-                    <p>This ICEfaces 1.6.1 + Seam 2.0.0 enabled Application includes:</p>
+                    <p>This ICEfaces and Seam enabled Application includes:</p>
                         <ul>
                             <li>Ant build script</li>
                             <li>Deployment to JBoss AS (EAR or WAR)</li>
@@ -25,7 +25,7 @@
                             <li>JPA entity classes</li>
                             <li>A configurable DataSource and JPA EntityManager</li>
                             <li>Templated Facelets views</li>
-                            <li>ICEFaces panels and tables</li>
+                            <li>ICEFaces panels and tables with resizable columns</li>
                             <li>Default CSS stylesheet</li>
                             <li>Internationalization support</li>
                         </ul>




More information about the seam-commits mailing list