You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by tw...@apache.org on 2005/09/06 21:46:04 UTC

svn commit: r279081 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap

Author: twilliams
Date: Tue Sep  6 12:45:51 2005
New Revision: 279081

URL: http://svn.apache.org/viewcvs?rev=279081&view=rev
Log:
fixed naming error in view test pipe

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap?rev=279081&r1=279080&r2=279081&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap Tue Sep  6 12:45:51 2005
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-
+ 
 <map:pipelines>
 
   <map:pipeline>
@@ -30,9 +30,11 @@
     </map:match>
     <!--Views-->
     <map:match pattern="getView-**">
-      <map:generate src="{lm:views/{1}}" />
+      <map:generate src="{lm:getView/{1}}" />
       <map:serialize type="xml"/>
     </map:match>
+    
+    
   </map:pipeline>
 </map:pipelines>