[seam-commits] Seam SVN: r9141 - in trunk/seam-gen: icefaces/view and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Sep 24 12:53:40 EDT 2008


Author: dan.j.allen
Date: 2008-09-24 12:53:40 -0400 (Wed, 24 Sep 2008)
New Revision: 9141

Modified:
   trunk/seam-gen/build.xml
   trunk/seam-gen/icefaces/view/error.xhtml
   trunk/seam-gen/view/error.xhtml
Log:
move showGlobalMessages parameter to correct place in template
don't copy favicon with filtering


Modified: trunk/seam-gen/build.xml
===================================================================
--- trunk/seam-gen/build.xml	2008-09-24 16:02:26 UTC (rev 9140)
+++ trunk/seam-gen/build.xml	2008-09-24 16:53:40 UTC (rev 9141)
@@ -810,7 +810,6 @@
         
         <copy todir="${project.home}/view">
             <fileset id="view" dir="${base.dir}/view">
-                <include name="favicon.ico"/>
                 <include name="home.xhtml"/>
                 <include name="error.xhtml"/>
                 <include name="login.xhtml"/>
@@ -825,6 +824,7 @@
         <!-- Images have to be copied without filter -->
         <copy todir="${project.home}/view">
             <fileset id="view" dir="${base.dir}/view">
+                <include name="favicon.ico"/>
                 <include name="img/*"/>
             </fileset>
         </copy>

Modified: trunk/seam-gen/icefaces/view/error.xhtml
===================================================================
--- trunk/seam-gen/icefaces/view/error.xhtml	2008-09-24 16:02:26 UTC (rev 9140)
+++ trunk/seam-gen/icefaces/view/error.xhtml	2008-09-24 16:53:40 UTC (rev 9141)
@@ -7,8 +7,8 @@
                 xmlns:h="http://java.sun.com/jsf/html"
                 template="layout/template.xhtml">
 
+<ui:param name="showGlobalMessages" value="false"/>
 <ui:define name="body">
-    <ui:param name="showGlobalMessages" value="false"/>
     <h1>Error</h1>
     <p>Something bad happened :-(</p>
     

Modified: trunk/seam-gen/view/error.xhtml
===================================================================
--- trunk/seam-gen/view/error.xhtml	2008-09-24 16:02:26 UTC (rev 9140)
+++ trunk/seam-gen/view/error.xhtml	2008-09-24 16:53:40 UTC (rev 9141)
@@ -7,8 +7,8 @@
                 xmlns:h="http://java.sun.com/jsf/html"
                 template="layout/template.xhtml">
 
+<ui:param name="showGlobalMessages" value="false"/>
 <ui:define name="body">
-    <ui:param name="showGlobalMessages" value="false"/>
 
     <h1>Error</h1>
     <p>Something bad happened :-(</p>




More information about the seam-commits mailing list