[Yanel-commits] rev 60379 - public/yanel/trunk/src/webapp/WEB-INF

michi at wyona.com michi at wyona.com
Thu Sep 1 23:34:58 CEST 2011


Author: michi
Date: 2011-09-01 23:34:58 +0200 (Thu, 01 Sep 2011)
New Revision: 60379

Modified:
   public/yanel/trunk/src/webapp/WEB-INF/web.xml
Log:
simple list of mobile devices added

Modified: public/yanel/trunk/src/webapp/WEB-INF/web.xml
===================================================================
--- public/yanel/trunk/src/webapp/WEB-INF/web.xml	2011-09-01 15:01:12 UTC (rev 60378)
+++ public/yanel/trunk/src/webapp/WEB-INF/web.xml	2011-09-01 21:34:58 UTC (rev 60379)
@@ -8,6 +8,12 @@
     "http://java.sun.com/dtd/web-app_2_3.dtd">
 -->
 
+<!-- TODO: Enhance build process such that it will compare the version attribute of this 'template' with the local configuration local.web.xml
+<changes version="2011090100">
+  <change version="2011090100">list of mobile devices added</change>
+</changes>
+-->
+
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
@@ -69,6 +75,12 @@
       <!--<param-value>true</param-value>-->
     </init-param>
 
+    <!-- List of mobile devices -->
+    <init-param>
+      <param-name>mobile-devices</param-name>
+      <param-value>iPhone,iPod,BlackBerry,PalmSource,PalmOS,Nokia,Sony,SonyEricsson,Samsung,SAMSUNG,Android,Symbian</param-value>
+    </init-param>
+
     <!-- Allow client-side caching of static htdocs content. Specify value in hours. -->
     <init-param>
      <param-name>static-content-cache-expires</param-name>



More information about the Yanel-commits mailing list