[weld-commits] Weld SVN: r5316 - archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Dec 16 23:43:58 EST 2009


Author: dan.j.allen
Date: 2009-12-16 23:43:58 -0500 (Wed, 16 Dec 2009)
New Revision: 5316

Added:
   archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/index.jsp
Log:
add missing index.jsp


Added: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/index.jsp
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/index.jsp	                        (rev 0)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/src/main/webapp/index.jsp	2009-12-17 04:43:58 UTC (rev 5316)
@@ -0,0 +1 @@
+<% response.sendRedirect("index.jsf"); %>



More information about the weld-commits mailing list