2006/unicorn/WebContent/WEB-INF web.xml,1.4,1.5

Update of /sources/public/2006/unicorn/WebContent/WEB-INF
In directory hutz:/tmp/cvs-serv24947/WebContent/WEB-INF

Modified Files:
	web.xml 
Log Message:
added '/translations' mapping to LanguageAction

Index: web.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- web.xml	24 Sep 2009 17:47:16 -0000	1.4
+++ web.xml	2 Oct 2009 16:52:49 -0000	1.5
@@ -17,6 +17,10 @@
     <servlet-name>Observe</servlet-name>
     <servlet-class>org.w3c.unicorn.action.ObserveAction</servlet-class>
   </servlet>
+  <servlet>
+    <servlet-name>Language</servlet-name>
+    <servlet-class>org.w3c.unicorn.action.LanguageAction</servlet-class>
+  </servlet>
   <servlet-mapping>
     <servlet-name>Index</servlet-name>
     <url-pattern>/index.html</url-pattern>
@@ -29,4 +33,8 @@
     <servlet-name>Init</servlet-name>
     <url-pattern>/init</url-pattern>
   </servlet-mapping>
+  <servlet-mapping>
+    <servlet-name>Language</servlet-name>
+    <url-pattern>/translations</url-pattern>
+  </servlet-mapping>
 </web-app>
\ No newline at end of file

Received on Friday, 2 October 2009 16:52:52 UTC