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:21:46 UTC

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

Author: thorsten
Date: Sun Jan 29 04:21:16 2006
New Revision: 373304

URL: http://svn.apache.org/viewcvs?rev=373304&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=373304&r1=373303&r2=373304&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 Sun Jan 29 04:21:16 2006
@@ -138,20 +138,8 @@
         <location src="{defaults:themer}/resources/themes/{defaults:theme}/{1}/noFt.ft" />
       </select>
     </match>
-    <match pattern="contract.html.**">
-      <select type="exists">
-        <location src="cocoon://prepare.contract.html.{1}" />
-      </select>
-    </match>
     <match pattern="dataModel-xml-document-to-**.xsl">
       <select type="exists">
-        <!-- FIXME 
-          to-xml should become xml 
-          document2 should become document-to-
-          after commiting -->
-        <!--<location src="{project:skins-dir}{project:theme}/xslt/to-xml/document2{1}.xsl" />-->
-        <!--<location src="{project:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />-->
-        <!--<location src="{defaults:structurer}/resources/stylesheets/to-xml/document2{1}.xsl" />-->
         <location
           src="{project:skins-dir}{project:theme}/xslt/xml/document-to-{1}.xsl" />
         <location