Author: thorsten
Date: Tue Oct 14 03:30:46 2008
New Revision: 704439
URL: http://svn.apache.org/viewvc?rev=704439&view=rev
Log:
Since this is the only place we use the match we will drop it and use a
slightly lager one
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/ls.xmap
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/ls.xmap
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/ls.xmap?rev=704439&r1=704438&r2=704439&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/ls.xmap
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/ls.xmap
Tue Oct 14 03:30:46 2008
@@ -41,7 +41,7 @@
list the default contracts-->
<map:pipeline>
<map:match pattern="ls.contracts.source.xml">
- <map:generate src="{lm:themer.contracts.dir}" type="xpathdirectory">
+ <map:generate src="{lm:dispatcher.themer}/themes"
type="xpathdirectory">
<map:parameter name="xpath" value="/*" />
<map:parameter name="xmlFiles" value="\.ft$" />
<map:parameter name="exclude" value="[\w]*.svn" />