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>
Show replies by date