Author: cdupoirieux
Date: Fri Jul 21 06:49:17 2006
New Revision: 424320
URL: http://svn.apache.org/viewvc?rev=424320&view=rev
Log:
FOR-893 - Suppress the {../1} of locations and sourceType (cf.
http://marc.theaimsgroup.com/?l=forrest-dev&w=2&r=1&q=b&s=r423454)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml?rev=424320&r1=424319&r2=424320&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
Fri Jul 21 06:49:17 2006
@@ -171,14 +171,14 @@
<!-- project-based
url-based (url location) -->
<location
-
src="{project:resources}/structurer/url/{../1}{1}{project:theme-ext}"
+
src="{project:resources}/structurer/url/{1}{project:theme-ext}"
/>
<!-- project-based
url-based (xdocs location) [depreciated]-->
<location
- src="{project:content.xdocs}{../1}{1}{project:theme-ext}"
/>
+ src="{project:content.xdocs}{1}{project:theme-ext}" />
<act type="sourcetype"
- src="{project:content.xdocs}{../1}{1}.xml">
+ src="{project:content.xdocs}{1}.xml">
<!-- Sourcetype based
http://forrest.apache.org/docs/cap.html-->
<location