Author: dan.j.allen
Date: 2009-12-17 19:08:44 -0500 (Thu, 17 Dec 2009)
New Revision: 5355
Modified:
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml
Log:
update title
Modified:
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml
===================================================================
---
archetypes/trunk/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)
+++
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/templates/default.xhtml 2009-12-18
00:08:44 UTC (rev 5355)
@@ -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>CDI and JSF 2 Starter Application</title>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<h:outputStylesheet name="css/screen.css"/>
</h:head>