Author: thorsten
Date: Tue Feb 7 10:59:06 2006
New Revision: 375663
URL: http://svn.apache.org/viewcvs?rev=375663&view=rev
Log:
Fixing the filenoext variable by adding the '.hmtl' extension to the path
(FOR-807)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap?rev=375663&r1=375662&r2=375663&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Tue Feb 7 10:59:06 2006
@@ -89,7 +89,7 @@
<map:match pattern="**.props">
<map:generate src="foo.xml" />
<map:transform src="lm://transform.xml.variable.helper">
- <map:parameter name="path" value="{1}" />
+ <map:parameter name="path" value="{1}.html" />
</map:transform>
<map:serialize type="xml" />
</map:match>