(no commit message)
authormaroni <maroni@192.168.1.103>
Wed, 15 Feb 2012 17:11:20 +0000 (15:11 -0200)
committermaroni <maroni@192.168.1.103>
Wed, 15 Feb 2012 17:11:20 +0000 (15:11 -0200)
1  2 
web/WEB-INF/web.xml

@@@ -1,6 -1,6 +1,7 @@@
  <?xml version="1.0" encoding="UTF-8"?>
  <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
      <context-param>
++        
          <param-name>javax.faces.PROJECT_STAGE</param-name>
          <param-value>Production</param-value>
      </context-param>
@@@ -95,4 -75,4 +96,5 @@@
          <filter-name>Character Encoding Filter</filter-name>
          <url-pattern>/*</url-pattern>
      </filter-mapping>
++    
  </web-app>