You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/10/04 22:43:53 UTC

svn commit: r294911 - /forrest/trunk/main/webapp/sitemap.xmap

Author: rgardler
Date: Tue Oct  4 13:43:47 2005
New Revision: 294911

URL: http://svn.apache.org/viewcvs?rev=294911&view=rev
Log:
this should resources.xmap is a plugin xmap not a project one

Modified:
    forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?rev=294911&r1=294910&r2=294911&view=diff
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Tue Oct  4 13:43:47 2005
@@ -247,7 +247,7 @@
       <!-- standard pipes -->
       <map:pipe name="caching" src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline"/>
       <map:pipe name="noncaching" src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline"/>
-
+      
       <!-- profiling pipes -->
       <!-- When you want to do profiling, then replace the
         standard map:pipes above.
@@ -646,9 +646,9 @@
       </map:match> 
 
       <map:select type="exists">
-         <map:when test="{lm:project.xmap.resources}">
+         <map:when test="{lm:plugin.xmap.resources}">
            <map:mount uri-prefix="" 
-                      src="{lm:project.xmap.resources}" 
+                      src="{lm:plugin.xmap.resources}" 
                       check-reload="yes" 
                       pass-through="true"/>
         </map:when>