You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/01/29 17:43:14 UTC

svn commit: r373324 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher: dataModel.xmap internal.xmap linkmap.xmap

Author: thorsten
Date: Sun Jan 29 08:42:44 2006
New Revision: 373324

URL: http://svn.apache.org/viewcvs?rev=373324&view=rev
Log:
FOR-798 Removing the dispatcher specific linkmap implementation (partial fix FOR-738)

Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/linkmap.xmap
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap?rev=373324&r1=373323&r2=373324&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap Sun Jan 29 08:42:44 2006
@@ -35,7 +35,7 @@
         <map:transform type="idgen" />
         <map:transform type="xinclude" />
         <map:transform type="linkrewriter"
-          src="cocoon://structurer-linkmap.{1}" />
+          src="cocoon://linkmap-{1}" />
         <map:transform src="{lm:transform.html.broken-links}"/>
         <map:serialize />
       </map:match>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap?rev=373324&r1=373323&r2=373324&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap Sun Jan 29 08:42:44 2006
@@ -187,10 +187,6 @@
     </map:pipeline>
       <!-- linkmap -->
     <map:pipeline>
-      <map:mount uri-prefix="" src="linkmap.xmap" check-reload="yes"
-        pass-through="true" />
-    </map:pipeline>
-    <map:pipeline>
       <map:mount uri-prefix="" src="themer.xmap" check-reload="yes"
         pass-through="true" /> 
     </map:pipeline>