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:14:17 UTC

svn commit: r180038 - in /forrest/branches/locationmap_branch/main: fresh-site/src/documentation/sitemap.xmap webapp/sitemap.xmap

Author: rgardler
Date: Sat Jun  4 17:14:17 2005
New Revision: 180038

URL: http://svn.apache.org/viewcvs?rev=180038&view=rev
Log:
load locationmap.xml from project:content

Modified:
    forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap
    forrest/branches/locationmap_branch/main/webapp/sitemap.xmap

Modified: forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap?rev=180038&r1=180037&r2=180038&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap (original)
+++ forrest/branches/locationmap_branch/main/fresh-site/src/documentation/sitemap.xmap Sat Jun  4 17:14:17 2005
@@ -24,11 +24,6 @@
     <map:serialize type="xml"/>
    </map:match>
    
-   <map:match pattern="locationmap.xml">
-    <map:generate src="{project:content}/locationmap.xml" />
-    <map:serialize type="xml"/>
-   </map:match>
-   
   </map:pipeline>
  </map:pipelines>
 </map:sitemap>

Modified: forrest/branches/locationmap_branch/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/webapp/sitemap.xmap?rev=180038&r1=180037&r2=180038&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/webapp/sitemap.xmap (original)
+++ forrest/branches/locationmap_branch/main/webapp/sitemap.xmap Sat Jun  4 17:14:17 2005
@@ -335,6 +335,11 @@
           <map:transform src="{forrest:stylesheets}/plugins2xdoc.xsl"/>
           <map:serialize type="xml"/>
         </map:match>
+   
+        <map:match pattern="locationmap.xml">
+          <map:generate src="{project:content}/locationmap.xml" />
+          <map:serialize type="xml"/>
+        </map:match>
 
         <map:match pattern="linkmap.xml">
           <map:mount uri-prefix="" src="linkmap.xmap" check-reload="yes" />