Changeset 382:98c70f028669

Show
Ignore:
Timestamp:
09/15/09 15:12:44 (4 years ago)
Author:
tgambet
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@383
Message:

cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/web.xml

    r214 r382  
    44  <welcome-file-list> 
    55    <welcome-file>index.html</welcome-file> 
    6     <welcome-file>index.htm</welcome-file> 
    7     <welcome-file>index.jsp</welcome-file> 
    8     <welcome-file>default.html</welcome-file> 
    9     <welcome-file>default.htm</welcome-file> 
    10     <welcome-file>default.jsp</welcome-file> 
    116  </welcome-file-list> 
    127  <servlet> 
     
    3732  <servlet> 
    3833    <description></description> 
    39     <display-name>TestAction</display-name> 
    4034    <servlet-name>TestAction</servlet-name> 
    4135    <servlet-class>org.w3c.unicorn.action.TestAction</servlet-class>