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/28 21:04:51 UTC

svn commit: r373238 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Author: thorsten
Date: Sat Jan 28 12:04:43 2006
New Revision: 373238

URL: http://svn.apache.org/viewcvs?rev=373238&view=rev
Log:
Removing obsolete code (FOR-798 and FOR-783)

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml?rev=373238&r1=373237&r2=373238&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml Sat Jan 28 12:04:43 2006
@@ -85,21 +85,6 @@
           />
       </select>
     </match>
-    <match pattern="get.structurer.by.requested.format.xsl">
-      <select type="exists">
-        <location src="{project:structurer}/resources/stylesheets/get.structurer.by.requested.format.xsl" />
-        <location src="{defaults:structurer}/resources/stylesheets/get.structurer.by.requested.format.xsl" />
-      </select>
-    </match>
-    <!-- 
-      {1} format (e.g. html)
-      {2} path (e.g. samples/index)
-      -->
-    <match pattern="structurer.*.**">
-      <select type="exists">
-        <location src="cocoon://prepare.structurer.{1}.{2}" />
-      </select>
-    </match>
     <!-- Structurer tiles - You can group elements to a template and call it from any view. -->
     <match pattern="resolve.tiles.**">
       <select type="exists">
@@ -121,48 +106,11 @@
           />
       </select>
     </match>
-    <!-- FIXME: jxpath locationmap-->
-    <!-- Structurer tiles should be requested by (when jxpath bug is solved!):  -->
-    <match pattern="tiles.**">
-      <select type="exists">
-        <location src="cocoon://prepare.tiles.{1}" />
-      </select>
-    </match>
-    <!-- Aggregate the forrest:properties requested by the *.fv.  -->
-    <!-- 
-      {1} format (e.g. html)
-      {2} path (e.g. samples/index)
-      -->
-    <match pattern="structurer-properties.*.**">
-      <select type="exists">
-        <location src="cocoon://prepare.structurer-properties.{1}.{2}" />
-      </select>
-    </match>
     <!-- Some input need to be striped by their root element. -->
     <match pattern="root-strip.xsl">
       <select type="exists">
         <location src="{project:structurer}/resources/stylesheets/root-strip.xsl" />
         <location src="{defaults:structurer}/resources/stylesheets/root-strip.xsl" />
-      </select>
-    </match>
-    <!--  Aggregate the forrest:properties requested by the *.fv with cinclude.  -->
-    <match pattern="structurer-properties-includes.xsl">
-      <select type="exists">
-        <location src="{project:structurer}/resources/stylesheets/prepare.properties.xsl" />
-        <location src="{defaults:structurer}/resources/stylesheets/prepare.properties.xsl" />
-      </select>
-    </match>
-    <!--  Doing the transformation of all contracts-templates requested by the view.  -->
-    <match pattern="structurer-final-xsl-*.xsl">
-      <select type="exists">
-        <location src="{project:structurer}/resources/stylesheets/themer.{1}.xsl" />
-        <location src="{defaults:structurer}/resources/stylesheets/themer.{1}.xsl" />
-      </select>
-    </match>
-    <!--  Doing the transformation of all contracts-templates requested by the view.  -->
-    <match pattern="structurer-xsl.html.**.xsl">
-      <select type="exists">
-        <location src="cocoon://structurer-xsl.html.{1}" />
       </select>
     </match>
   </locator>