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 2007/03/21 22:53:45 UTC

svn commit: r521012 - /forrest/trunk/main/webapp/plugins.xmap

Author: rgardler
Date: Wed Mar 21 14:53:45 2007
New Revision: 521012

URL: http://svn.apache.org/viewvc?view=rev&rev=521012
Log:
Remove the hard coded paths that would only work on my system (doh!)

Modified:
    forrest/trunk/main/webapp/plugins.xmap

Modified: forrest/trunk/main/webapp/plugins.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/plugins.xmap?view=diff&rev=521012&r1=521011&r2=521012
==============================================================================
--- forrest/trunk/main/webapp/plugins.xmap (original)
+++ forrest/trunk/main/webapp/plugins.xmap Wed Mar 21 14:53:45 2007
@@ -37,7 +37,7 @@
  
      <map:pipeline>       
        <map:match pattern="corePlugins.xml">
-         <map:generate type="xpathdirectory" src="file:///C:/projects/forrest-trunk/plugins/">
+         <map:generate type="xpathdirectory" src="{lm:plugin.descriptor.forrest}">
             <map:parameter name="depth" value="2"/>
             <map:parameter name="xpath" value="/project"/>
             <map:parameter name="xmlFiles" value="build\.xml$"/>
@@ -49,7 +49,7 @@
        </map:match>
        
        <map:match pattern="whiteboardPlugins.xml">
-         <map:generate type="xpathdirectory" src="file:///C:/projects/forrest-trunk/whiteboard/plugins/">
+         <map:generate type="xpathdirectory" src="{lm:plugin.descriptor.whiteboard}">
             <map:parameter name="depth" value="2"/>
             <map:parameter name="xpath" value="/project"/>
             <map:parameter name="xmlFiles" value="build\.xml$"/>
@@ -72,7 +72,7 @@
        </map:match>
        
        <map:match pattern="plugins.xml">
-         <map:aggregate element="masterPluginList">
+         <map:aggregate element="pluginList">
            <map:part src="cocoon:/corePlugins.xml"/>
            <map:part src="cocoon:/whiteboardPlugins.xml"/>
          </map:aggregate>