[weld-commits] Weld SVN: r6701 - archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sat Jul 17 14:05:40 EDT 2010
Author: sboscarine
Date: 2010-07-17 14:05:40 -0400 (Sat, 17 Jul 2010)
New Revision: 6701
Modified:
archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
Log:
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-17 18:04:29 UTC (rev 6700)
+++ archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml 2010-07-17 18:05:40 UTC (rev 6701)
@@ -26,7 +26,7 @@
<!-- This section is optional. We are allowing index.jsf to handle the root URL (i.e., /). -->
<welcome-file-list>
- <!-- Add additional welcome files here, if desired, for example: <welcome-file>index.html</welcome-file> -->
+ <!-- Add additional files here, if desired, for example: <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