Author: pete
Date: Thu Jun 16 17:46:13 2011
New Revision: 1136566

URL: http://svn.apache.org/viewvc?rev=1136566&view=rev
Log:
make all applications in wicket-examples use the same development/deployment 
setting (apparently a context parameter in web.xml)

Modified:
    
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/RequestMapperApplication.java
    wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml

Modified: 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/RequestMapperApplication.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/RequestMapperApplication.java?rev=1136566&r1=1136565&r2=1136566&view=diff
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/RequestMapperApplication.java
 (original)
+++ 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/RequestMapperApplication.java
 Thu Jun 16 17:46:13 2011
@@ -66,15 +66,6 @@ public class RequestMapperApplication ex
        }
 
        /**
-        * @see 
org.apache.wicket.protocol.http.WebApplication#getConfigurationType()
-        */
-       @Override
-       public RuntimeConfigurationType getConfigurationType()
-       {
-               return RuntimeConfigurationType.DEVELOPMENT;
-       }
-
-       /**
         * HttpsConfig that extracts the <i>http</i> port out of the current 
servlet request's local
         * port. This way the demo can be used both with Jetty (port 8080) and 
at production (behind
         * Apache proxy)

Modified: wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml?rev=1136566&r1=1136565&r2=1136566&view=diff
==============================================================================
--- wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml (original)
+++ wicket/trunk/wicket-examples/src/main/webapp/WEB-INF/web.xml Thu Jun 16 
17:46:13 2011
@@ -240,10 +240,6 @@
                  <param-name>applicationClassName</param-name>
                  
<param-value>org.apache.wicket.examples.template.TemplateApplication</param-value>
                </init-param>
-               <init-param>
-                 <param-name>configuration</param-name>
-                 <param-value>development</param-value>
-               </init-param>
        </filter>
 
        <filter>


Reply via email to