Author: thorsten
Date: Fri Aug 22 04:02:17 2008
New Revision: 688052

URL: http://svn.apache.org/viewvc?rev=688052&view=rev
Log:
Removing obsolete line for the containerUtil that caused a depreciation warning.

Modified:
    
forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/LocationMap.java

Modified: 
forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/LocationMap.java
URL: 
http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/LocationMap.java?rev=688052&r1=688051&r2=688052&view=diff
==============================================================================
--- 
forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/LocationMap.java
 (original)
+++ 
forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/LocationMap.java
 Fri Aug 22 04:02:17 2008
@@ -253,7 +253,6 @@
         final Logger contextLogger = getLogger().getChildLogger("ctx");
 
         ContainerUtil.enableLogging(context, contextLogger);
-        ContainerUtil.compose(context, new WrapperComponentManager(m_manager));
         ContainerUtil.service(context, m_manager);
 
         final Map anchorMap = new HashMap(2);