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 2014/09/10 10:22:54 UTC

svn commit: r1623936 - in /myfaces/tobago/trunk/tobago-example: pom.xml tobago-example-demo/src/main/webapp/WEB-INF/web.xml

Author: lofwyr
Date: Wed Sep 10 08:22:53 2014
New Revision: 1623936

URL: http://svn.apache.org/r1623936
Log:
undo local test modifications

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

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1623936&r1=1623935&r2=1623936&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Wed Sep 10 08:22:53 2014
@@ -47,11 +47,13 @@
             </webApp>
 -->
             <!-- use this to change the port-->
+<!--
             <connectors>
               <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
                 <port>7080</port>
               </connector>
             </connectors>
+-->
           </configuration>
       </plugin>
       <plugin>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml?rev=1623936&r1=1623935&r2=1623936&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml Wed Sep 10 08:22:53 2014
@@ -26,8 +26,8 @@
 
   <context-param>
     <param-name>javax.faces.PROJECT_STAGE</param-name>
-    <param-value>Development</param-value>
-    <!--<param-value>Production</param-value>-->
+    <!--<param-value>Development</param-value>-->
+    <param-value>Production</param-value>
   </context-param>
 
   <context-param>