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/06/05 02:12:25 UTC

svn commit: r180037 - /forrest/branches/locationmap_branch/main/webapp/forrest.xmap

Author: rgardler
Date: Sat Jun  4 17:12:24 2005
New Revision: 180037

URL: http://svn.apache.org/viewcvs?rev=180037&view=rev
Log:
if no files are found locally try finding them via the locationmap

Modified:
    forrest/branches/locationmap_branch/main/webapp/forrest.xmap

Modified: forrest/branches/locationmap_branch/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/webapp/forrest.xmap?rev=180037&r1=180036&r2=180037&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/webapp/forrest.xmap (original)
+++ forrest/branches/locationmap_branch/main/webapp/forrest.xmap Sat Jun  4 17:12:24 2005
@@ -298,12 +298,10 @@
          </map:transform>
          <map:serialize type="xml-document"/>
        </map:match>
-       <map:match type="i18n" pattern="{project:content.xdocs}{1}.*.xml">
-          <map:generate src="{source}" />
-          <map:call resource="transform-to-document">
-            <map:parameter name="src" value="{source}" />
-          </map:call>
-          <map:serialize type="xml-document"/>
+   
+       <map:match pattern="**.xml">
+        <map:generate src="{lm:{0}}/" />
+        <map:serialize type="xml"/>
        </map:match>
      </map:match>