You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/04/21 08:55:38 UTC

svn commit: rev 10149 - xml/forrest/branches/copyless/src/core/context

Author: nicolaken
Date: Tue Apr 20 23:55:37 2004
New Revision: 10149

Modified:
   xml/forrest/branches/copyless/src/core/context/sitemap.xmap
Log:
Add a simple skinconf serving pipeline for the skinconf: input module

Modified: xml/forrest/branches/copyless/src/core/context/sitemap.xmap
==============================================================================
--- xml/forrest/branches/copyless/src/core/context/sitemap.xmap	(original)
+++ xml/forrest/branches/copyless/src/core/context/sitemap.xmap	Tue Apr 20 23:55:37 2004
@@ -212,7 +212,13 @@
   <map:pipelines>
 
     <map:pipeline internal-only="false">
+      <map:match pattern="skinconf.xml">
+        <map:generate src="{project:skinconf}" />
+        <map:serialize type="xml" />
+      </map:match>
+    </map:pipeline>
 
+    <map:pipeline internal-only="false">
 
       <map:match pattern="**skinconf.xml">
         <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />