[weld-commits] Weld SVN: r6675 - archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sat Jul 17 00:06:42 EDT 2010
Author: sboscarine
Date: 2010-07-17 00:06:42 -0400 (Sat, 17 Jul 2010)
New Revision: 6675
Modified:
archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
Log:
added comment back.
Modified: archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-16 23:31:23 UTC (rev 6674)
+++ archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-17 04:06:42 UTC (rev 6675)
@@ -23,11 +23,9 @@
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
-
+
+ <!-- This section is option. -->
<welcome-file-list>
- <welcome-file>index.jsp</welcome-file>
- <welcome-file>index.html</welcome-file>
<welcome-file>index.jsf</welcome-file>
</welcome-file-list>
-
</web-app>
More information about the weld-commits
mailing list