You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/09/04 04:16:21 UTC

svn commit: r277852 - /forrest/trunk/main/webapp/forrest.xmap

Author: thorsten
Date: Sat Sep  3 19:16:14 2005
New Revision: 277852

URL: http://svn.apache.org/viewcvs?rev=277852&view=rev
Log:
fixed typo

Modified:
    forrest/trunk/main/webapp/forrest.xmap

Modified: forrest/trunk/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?rev=277852&r1=277851&r2=277852&view=diff
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Sat Sep  3 19:16:14 2005
@@ -258,7 +258,7 @@
        </map:match>
        
        <!-- if we got this far asking for the source.xml then it must be an XDoc -->
-       <map:match pattern="**.source..xml">
+       <map:match pattern="**.source.xml">
          <map:serialize select="cocoon:/{1}.xml"/>
          <map:serialize type="xml"/>
        </map:match>



Re: svn commit: r277852 - /forrest/trunk/main/webapp/forrest.xmap

Posted by Ross Gardler <rg...@apache.org>.
thorsten@apache.org wrote:
> Author: thorsten
> Date: Sat Sep  3 19:16:14 2005
> New Revision: 277852
> 
> URL: http://svn.apache.org/viewcvs?rev=277852&view=rev
> Log:
> fixed typo

...

>         <!-- if we got this far asking for the source.xml then it must be an XDoc -->
> -       <map:match pattern="**.source..xml">
> +       <map:match pattern="**.source.xml">

Doh! That was an easy one. Thanks Tim.

I have given myself 1000 lines -

"I will always run "build.sh test" before every comit of new functionality"

Ross