Author: thorsten
Date: Fri Sep 22 03:07:47 2006
New Revision: 448885

URL: http://svn.apache.org/viewvc?view=rev&rev=448885
Log:
Fixing problem with the wrong kind of the resolver. Needs to be the one
from Excalibur.

Modified:
    
forrest/trunk/main/java/org/apache/forrest/locationmap/source/impl/LocationmapSourceFactory.java

Modified: 
forrest/trunk/main/java/org/apache/forrest/locationmap/source/impl/LocationmapSourceFactory.java
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/source/impl/LocationmapSourceFactory.java?view=diff&rev=448885&r1=448884&r2=448885
==============================================================================
--- 
forrest/trunk/main/java/org/apache/forrest/locationmap/source/impl/LocationmapSourceFactory.java
 (original)
+++ 
forrest/trunk/main/java/org/apache/forrest/locationmap/source/impl/LocationmapSourceFactory.java
 Fri Sep 22 03:07:47 2006
@@ -32,7 +32,7 @@
 import org.apache.avalon.framework.thread.ThreadSafe;
 import org.apache.cocoon.components.ContextHelper;
 import org.apache.cocoon.components.modules.input.InputModule;
-import org.apache.cocoon.environment.SourceResolver;
+import org.apache.excalibur.source.SourceResolver;
 import org.apache.excalibur.source.Source;
 import org.apache.excalibur.source.SourceException;
 import org.apache.excalibur.source.SourceFactory;