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 13:35:54 UTC

svn commit: r373305 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap

Author: thorsten
Date: Sun Jan 29 04:35:12 2006
New Revision: 373305

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

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap?rev=373305&r1=373304&r2=373305&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themer.xmap Sun Jan 29 04:35:12 2006
@@ -60,21 +60,6 @@
         <map:serialize />
       </map:match>
     </map:pipeline>
-    <!--
-      Get the forrest:properties of the requested contract. 
-      This will determine which templates (head, body) we have to call later on
-      {1} format to deliver
-      {2} contract name
-    -->
-    <map:pipeline>
-      <map:match pattern="prepare.contract-property.*.**">
-        <map:generate src="{lm:resolve.contract.{1}.{2}}" />
-        <map:transform src="{lm:contract-property.xsl}">
-          <map:parameter name="format" value="{1}" />
-        </map:transform>
-        <map:serialize />
-      </map:match>
-    </map:pipeline>
     <!-- ls.contracts 
       list the default contracts-->
     <map:pipeline>