Author: dan.j.allen
Date: 2009-12-17 19:08:14 -0500 (Thu, 17 Dec 2009)
New Revision: 5354
Modified:
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml
Log:
update title
Modified:
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml
===================================================================
---
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml 2009-12-17
23:09:29 UTC (rev 5353)
+++
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml 2009-12-18
00:08:14 UTC (rev 5354)
@@ -4,7 +4,7 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
- <title>Java EE 6 Starter Application</title>
+ <title>JSF 2 and CDI Starter Application</title>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<h:outputStylesheet name="css/screen.css"/>
</h:head>