You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by dl...@apache.org on 2005/11/26 22:14:14 UTC

svn commit: r349146 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Author: dlestrat
Date: Sat Nov 26 13:14:10 2005
New Revision: 349146

URL: http://svn.apache.org/viewcvs?rev=349146&view=rev
Log:
Cleaning up.  After reviewing the engine code, it appears that the engine 
parameter is not used to init the engine anymore.

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml?rev=349146&r1=349145&r2=349146&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/web.xml Sat Nov 26 13:14:10 2005
@@ -97,19 +97,6 @@
       <param-name>applicationRoot</param-name>
       <param-value>webContext</param-value>
     </init-param>
-    <!-- To enable SpringEngine, uncomment this param and comment out the
-    	 PicoEngine one.    	 -->
-    <init-param>
-      <param-name>engine</param-name>
-      <param-value>org.apache.jetspeed.engine.SpringEngine</param-value>
-    </init-param>
-
-	<!--
-    <init-param>
-      <param-name>engine</param-name>
-      <param-value>org.apache.jetspeed.engine.PicoEngine</param-value>
-    </init-param>
-	-->
     <load-on-startup>1</load-on-startup>
   </servlet>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org