svn commit: r954735 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: crossley
Date: Tue Jun 15 07:51:28 2010
New Revision: 954735
URL: http://svn.apache.org/viewvc?rev=954735&view=rev
Log:
Remove a duplicated "map:pipeline" element.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap?rev=954735&r1=954734&r2=954735&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/input.xmap Tue Jun 15 07:51:28 2010
@@ -49,7 +49,6 @@
</map:resource>
</map:resources>
<map:pipelines>
- <map:pipeline>
<map:pipeline internal="true">
<map:match pattern="do/view/log.xml">
<map:generate src="{request-param:protocol}://{request-param:url}"/>
@@ -61,7 +60,6 @@
<map:parameter name="src" value="{properties:content.xdocs}{1}.xml" />
</map:call>
</map:match>
- </map:pipeline>
</map:pipeline>
</map:pipelines>
</map:sitemap>