You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/04/05 05:47:58 UTC

svn commit: r391475 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap

Author: crossley
Date: Tue Apr  4 20:47:56 2006
New Revision: 391475

URL: http://svn.apache.org/viewcvs?rev=391475&view=rev
Log:
Remove some remnants from an old copy.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap?rev=391475&r1=391474&r2=391475&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/input.xmap Tue Apr  4 20:47:56 2006
@@ -51,18 +51,8 @@
       <map:match pattern="**.xml">
         <map:call resource="transform-to-document">
 		<map:parameter name="src" value="{lm:project.{1}.xml}" />
-		<!--<map:parameter name="src" value="{lm:project.{../../1}.xml}" /> -->
         </map:call>
       </map:match>
-
-      <!-- Support old behaviour to match **-locations.xml and to
-        enable processing of xml instances with no document type declaration.
-      
-      <map:match type="regexp" pattern="^(.*?)([^/]*)locations.xml$">
-        <map:generate type="file" src="{lm:project.{1}{2}locations.xml}"/>
-        <map:transform src="{lm:listLocations.transform.locations.document}"/>
-        <map:serialize type="xml-document"/>
-      </map:match>-->
     </map:pipeline>
   </map:pipelines>