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:11:52 UTC

svn commit: r180036 - /forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf

Author: rgardler
Date: Sat Jun  4 17:11:51 2005
New Revision: 180036

URL: http://svn.apache.org/viewcvs?rev=180036&view=rev
Log:
remove need for hard coded paths

Modified:
    forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf

Modified: forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL: http://svn.apache.org/viewcvs/forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=180036&r1=180035&r2=180036&view=diff
==============================================================================
--- forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf (original)
+++ forrest/branches/locationmap_branch/main/webapp/WEB-INF/xconf/forrest-core.xconf Sat Jun  4 17:11:51 2005
@@ -178,10 +178,7 @@
     <component-instance 
       class="org.apache.forrest.locationmap.LocationMapModule" 
       logger="core.modules.mapper" name="lm">
-      <!-- FIXME: hard coded path - how do we get this from the property @project.home@/@project.locationmap@ 
-        currently this is relative to FORREST_HOME/main/webapp.
-        This means it will only work,at present, from FORREST_HOME/main/fresh-site -->
-      <file src="..\fresh-site\src\documentation\content\xdocs\locationmap.xml"/>
+      <file src="cocoon://locationmap.xml"/>
     </component-instance>
 
     <!-- Links to external URIs, as distinct from 'site' URIs -->