Author: thorsten
Date: Tue Oct 7 06:09:04 2008
New Revision: 702469
URL: http://svn.apache.org/viewvc?rev=702469&view=rev
Log:
Fixing location path, renaming .fv to structurer
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml?rev=702469&r1=702468&r2=702469&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
Tue Oct 7 06:09:04 2008
@@ -126,13 +126,13 @@
| Base location of the project themes
+-->
<match pattern="themer.project.dir">
- <location src="{lm:resources.home}/themes" />
+ <location src="{lm:resources.home}themes" />
</match>
<!--+
| Base location of the project structurer
+-->
<match pattern="structurer.project.dir">
- <location src="{lm:resources.home}/structurer" />
+ <location src="{lm:resources.home}structurer" />
</match>
<!--+
| contracts (e.g. html) that can be used in the project.
@@ -184,15 +184,15 @@
structurer templating
*********************
- URL specific structurer templates (project-based) e.g. index.fv
+ URL specific structurer templates (project-based) e.g.
index.structurer.xml
* either in the structurer/url
* or in the xdocs dir [deprecated]
have priority *before*
- a) sourcetype based e.g. document-v20.fv
- b) resourceTypeAction based on meta data e.g. xhtml.fv
+ a) sourcetype based e.g. document-v20.structurer.xml
+ b) resourceTypeAction based on meta data e.g. xhtml.structurer.xml
(demonstrates lenya meta data integration for DOCO)
- c) RecursiveDirectoryTraversalAction e.g. samples/common.fv
+ c) RecursiveDirectoryTraversalAction e.g. samples/common.structurer.xml
c1) url dir
c2) xdocs dir [deprecated]
@@ -238,7 +238,7 @@
<parameter value="{properties:dispatcher.theme}"
name="projectFallback"/>
<parameter value="{properties:dispatcher.theme-ext}"
name="projectExtension"/>
- <parameter value="{properties:resources}structurer/url/"
+ <parameter value="{lm:structurer.project.dir}/url/"
name="projectDir"/>
<!-- url
project-based theme-based = directory-based / parent-directory
based (recursively) -->