[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Wed Sep 26 05:33:30 EDT 2007


  User: cbauer  
  Date: 07/09/26 05:33:30

  Modified:    examples/wiki/src/etc/WEB-INF  urlrewrite.xml
  Log:
  Added Sony phones to mobile skin list
  
  Revision  Changes    Path
  1.11      +1 -0      jboss-seam/examples/wiki/src/etc/WEB-INF/urlrewrite.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: urlrewrite.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/urlrewrite.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- urlrewrite.xml	24 Sep 2007 08:23:20 -0000	1.10
  +++ urlrewrite.xml	26 Sep 2007 09:33:30 -0000	1.11
  @@ -21,6 +21,7 @@
       <rule>
           <from>.*</from>
           <condition next="or" name="user-agent">Windows CE</condition>
  +        <condition next="or" name="user-agent">SonyEricsson</condition>
           <!-- iPhone looks better with regular skin
           <condition next="or" name="user-agent">iPhone</condition>
           -->
  
  
  



More information about the jboss-cvs-commits mailing list