Author: crossley
Date: Sun Jan 15 17:57:51 2006
New Revision: 369302

URL: http://svn.apache.org/viewcvs?rev=369302&view=rev
Log:
Fix typo which was causing the old *.cwiki sources to not be processed
whereas the newer filenames *.jspwiki were okay.

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

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/input.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/input.xmap?rev=369302&r1=369301&r2=369302&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/input.xmap 
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.wiki/input.xmap Sun 
Jan 15 17:57:51 2006
@@ -68,7 +68,7 @@
             <map:transform type="lexer"   src="cocoon:/wiki.xlex"/>
             <map:transform type="parser"  src="cocoon:/wiki.xgrm"/>
             <map:transform type="xsltc" 
-              src="{lm:wiki.transform.wiki2xdoc}">
+              src="{lm:wiki.transform.wiki.xdoc}">
               <map:parameter name="name" value="{2}" />
               <map:parameter name="spaceless-filenames" value="true"/>
             </map:transform>


Reply via email to