You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/04/04 11:48:54 UTC

svn commit: r160019 - lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Author: michi
Date: Mon Apr  4 02:48:54 2005
New Revision: 160019

URL: http://svn.apache.org/viewcvs?view=rev&rev=160019
Log:
sitetree generator used instead reading from filesystem directly

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap?view=diff&r1=160018&r2=160019
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap Mon Apr  4 02:48:54 2005
@@ -74,7 +74,9 @@
       
       <!-- {publication-id}/{area}/sitetree.xml -->
       <map:match pattern="*/*/sitetree.xml">
-        <map:generate src="pubs/{1}/content/{2}/sitetree.xml"/>
+        <map:generate type="sitetree">
+	  <map:parameter name="area" value="{2}"/>
+	</map:generate>
         <map:call resource="i18n"/>
         <map:transform type="access-control-sitetree">
           <map:parameter name="publication-id" value="{1}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org