Author: rgardler
Date: Mon Dec 19 04:54:20 2005
New Revision: 357684
URL: http://svn.apache.org/viewcvs?rev=357684&view=rev
Log:
remove match that was requried due to silly user error
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap?rev=357684&r1=357683&r2=357684&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
Mon Dec 19 04:54:20 2005
@@ -70,15 +70,6 @@
<map:parameter name="path" value="{0}"/>
</map:call>
</map:match>
-
- <!-- this one is needed becasue an empty {project:daisy.fileExt}
- won't work with the previous match -->
- <map:match pattern="{project:daisy.pathPrefix}**.xml">
- <map:call resource="daisy-to-document">
- <map:parameter name="docID" value="{1}"/>
- <map:parameter name="path" value="{0}"/>
- </map:call>
- </map:match>
</map:pipeline>
</map:pipelines>