On Mon, 2008-09-29 at 23:37 +0000, [EMAIL PROTECTED] wrote:
> Author: gmcdonald
> Date: Mon Sep 29 16:37:33 2008
> New Revision: 700307
> 
> URL: http://svn.apache.org/viewvc?rev=700307&view=rev
> Log:
> Alter remaining matches to use lm: 

I agree with the indention of this commit, however:


> +     <!--+
> +         | resources home
> +         +-->
> +    <match pattern="resources.home">
> +      <location src="{properties:resources}"/>
> +    </match>
>      <!--+
>          |  Base location of the project themes
>          +-->
>      <match pattern="themer.project.dir">
> -      <location src="{properties:resources}/themes" />
> +      <location src="{lm:resources.home}/themes" />
>      </match>

This is not the same: the above will result in // since
{properties:resources} is ending with "/"
...
> -                    
> src="{properties:resources}stylesheets/xslt/html/{1}.xsl" 
> +                    src="{lm:resources.home}stylesheets/xslt/html/{1}.xsl" 
>                      />

Here it is correct again.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions