[seam-commits] Seam SVN: r11936 - in branches/community/Seam_2_2/examples: hibernate/view and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 8 03:26:38 EST 2010


Author: manaRH
Date: 2010-01-08 03:26:37 -0500 (Fri, 08 Jan 2010)
New Revision: 11936

Modified:
   branches/community/Seam_2_2/examples/booking/view/template.xhtml
   branches/community/Seam_2_2/examples/hibernate/view/template.xhtml
   branches/community/Seam_2_2/examples/jee5/booking/view/template.xhtml
   branches/community/Seam_2_2/examples/jpa/view/template.xhtml
Log:
JBSEAM-4462 - removed version from footer for JBoss Seam

Modified: branches/community/Seam_2_2/examples/booking/view/template.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/booking/view/template.xhtml	2010-01-08 07:57:16 UTC (rev 11935)
+++ branches/community/Seam_2_2/examples/booking/view/template.xhtml	2010-01-08 08:26:37 UTC (rev 11936)
@@ -33,7 +33,7 @@
 		    <ui:include src="conversations.xhtml" />
 		</div>
 	</div>
-	<div id="footer">Created with JBoss Seam 2.0, JBoss EJB 3.0, JSF 1.2, Hibernate 3 and Facelets</div>
+	<div id="footer">Created with JBoss Seam, EJB 3, JSF 1.2, Hibernate 3 and Facelets</div>
 </div>
 </body>
 </html>

Modified: branches/community/Seam_2_2/examples/hibernate/view/template.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/hibernate/view/template.xhtml	2010-01-08 07:57:16 UTC (rev 11935)
+++ branches/community/Seam_2_2/examples/hibernate/view/template.xhtml	2010-01-08 08:26:37 UTC (rev 11936)
@@ -29,7 +29,7 @@
 		    <ui:include src="conversations.xhtml" />
 		</div>
 	</div>
-	<div id="footer">Created with JBoss Seam 2.0, JSF 1.2, Hibernate 3 and Facelets</div>
+	<div id="footer">Created with JBoss Seam, JSF 1.2, Hibernate 3 and Facelets</div>
 </div>
 </body>
 </html>

Modified: branches/community/Seam_2_2/examples/jee5/booking/view/template.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/jee5/booking/view/template.xhtml	2010-01-08 07:57:16 UTC (rev 11935)
+++ branches/community/Seam_2_2/examples/jee5/booking/view/template.xhtml	2010-01-08 08:26:37 UTC (rev 11936)
@@ -29,7 +29,7 @@
 		    <ui:include src="conversations.xhtml" />
 		</div>
 	</div>
-	<div id="footer">Created with JBoss Seam 2.0, JSF 1.2, EJB 3 and Facelets</div>
+	<div id="footer">Created with JBoss Seam, JSF 1.2, EJB 3 and Facelets</div>
 </div>
 </body>
 </html>

Modified: branches/community/Seam_2_2/examples/jpa/view/template.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/jpa/view/template.xhtml	2010-01-08 07:57:16 UTC (rev 11935)
+++ branches/community/Seam_2_2/examples/jpa/view/template.xhtml	2010-01-08 08:26:37 UTC (rev 11936)
@@ -29,7 +29,7 @@
 		    <ui:include src="conversations.xhtml" />
 		</div>
 	</div>
-	<div id="footer">Created with JBoss Seam 2.0, JSF 1.2, Hibernate 3 and Facelets</div>
+	<div id="footer">Created with JBoss Seam, JSF 1.2, Hibernate 3 and Facelets</div>
 </div>
 </body>
 </html>



More information about the seam-commits mailing list