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/07 06:17:36 UTC

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

Author: twilliams
Date: Tue Sep  6 21:17:25 2005
New Revision: 279241

URL: http://svn.apache.org/viewcvs?rev=279241&view=rev
Log:
fix subdir matches as well

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap?rev=279241&r1=279240&r2=279241&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap Tue Sep  6 21:17:25 2005
@@ -240,7 +240,7 @@
       </map:match>
 
       <map:match pattern="**/*.html">
-        <map:generate src="cocoon://{1}/{2}.xml"/>
+        <map:generate src="{project:content.xdocs}{1}/{2}.xml"/>
         <map:transform src="cocoon://getStylesheet.xhtml.{1}/{2}">
           <map:parameter name="path" value="{0}"/>
         </map:transform>