Author: rgardler
Date: Fri Jan 14 19:32:38 2005
New Revision: 125246

URL: http://svn.apache.org/viewcvs?view=rev&rev=125246
Log:
fix bad match
Modified:
   forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap
Url: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap?view=diff&rev=125246&p1=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap&r1=125245&p2=forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap&r2=125246
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap        
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/output.xmap        
Fri Jan 14 19:32:38 2005
@@ -47,7 +47,7 @@
 
   <map:pipeline>
     
-    <map:match pattern="edit_htmlArea/**/write.do">
+    <map:match pattern="edit_htmlArea/write.do">
       <map:generate type="request"/>
       <map:transform src="resources/stylesheets/request2doc.xsl"/>
       <map:transform type="html">    

Reply via email to