You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2007/10/16 21:11:56 UTC

svn commit: r585226 - /myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml

Author: lofwyr
Date: Tue Oct 16 12:11:55 2007
New Revision: 585226

URL: http://svn.apache.org/viewvc?rev=585226&view=rev
Log:
Spell

Modified:
    myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml?rev=585226&r1=585225&r2=585226&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/sandbox/src/main/webapp/WEB-INF/web.xml Tue Oct 16 12:11:55 2007
@@ -22,7 +22,7 @@
     xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
     version="2.4">
 
-  <display-name>Blank Tobago Application</display-name>
+  <display-name>Tobago Sandbox Application</display-name>
 
   <filter>
     <filter-name>multipartFormdataFilter</filter-name>
@@ -32,8 +32,6 @@
     <filter-name>multipartFormdataFilter</filter-name>
     <url-pattern>/faces/*</url-pattern>
   </filter-mapping>
-
-
 
 <!--  workaround (e.g. for Oracle AS 10.1.2.0.0)-->
   <listener>