[weld-commits] Weld SVN: r6700 - 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:04:29 EDT 2010


Author: sboscarine
Date: 2010-07-17 14:04:29 -0400 (Sat, 17 Jul 2010)
New Revision: 6700

Modified:
   archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml
Log:
cleanup

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:02:00 UTC (rev 6699)
+++ archetypes/javaee6-webapp/trunk/src/main/webapp/WEB-INF/web.xml	2010-07-17 18:04:29 UTC (rev 6700)
@@ -26,8 +26,7 @@
       
    <!-- This section is optional. We are allowing index.jsf to handle the root URL (i.e., /). -->
    <welcome-file-list>
-      <welcome-file>index.jsp</welcome-file>
-      <welcome-file>index.html</welcome-file>
+      <!-- Add additional welcome 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