Author: gmcdonald
Date: Sat Jan 10 22:49:24 2009
New Revision: 733422
URL: http://svn.apache.org/viewvc?rev=733422&view=rev
Log:
expand src for windows users, FOR-1108
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap?rev=733422&r1=733421&r2=733422&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
(original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap
Sat Jan 10 22:49:24 2009
@@ -131,7 +131,7 @@
<!-- navigation for the current request PART tab: relegated to a separate
sitemap to allow proper i18n. -->
<map:match pattern="**.tab.xml">
- <map:mount uri-prefix="" src="dataModel-tabs.xmap" check-reload="yes" />
+ <map:mount uri-prefix="" src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/dataModel-tabs.xmap"
check-reload="yes" />
</map:match>
</map:pipeline>
<map:pipeline>
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap?rev=733422&r1=733421&r2=733422&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
(original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/internal.xmap
Sat Jan 10 22:49:24 2009
@@ -268,16 +268,16 @@
</map:pipeline>
<map:pipeline>
<!-- businessHelper -->
- <map:mount uri-prefix="" src="dataModel.xmap" check-reload="yes"
+ <map:mount uri-prefix="" src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/dataModel.xmap"
check-reload="yes"
pass-through="true" />
</map:pipeline>
<!-- linkmap -->
<map:pipeline>
- <map:mount uri-prefix="" src="ls.xmap" check-reload="yes"
+ <map:mount uri-prefix="" src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/ls.xmap"
check-reload="yes"
pass-through="true" />
</map:pipeline>
<map:pipeline>
- <map:mount uri-prefix="" src="themes.xmap" check-reload="yes"
+ <map:mount uri-prefix="" src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/themes.xmap"
check-reload="yes"
pass-through="true" />
</map:pipeline>
</map:pipelines>
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap?rev=733422&r1=733421&r2=733422&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
Sat Jan 10 22:49:24 2009
@@ -70,8 +70,8 @@
</map:match>
<map:match
pattern="themes/images**/roundcorner-*-*-*-bg*-stroke*-fg*.svg">
- <map:generate src="status.xml" />
- <map:transform src="resources/stylesheets/round-corner-hex.svg.xslt">
+ <map:generate src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/status.xml"
/>
+ <map:transform src="{forrest:forrest.plugins}/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/round-corner-hex.svg.xslt">
<map:parameter name="orientation-tb" value="{2}" />
<map:parameter name="orientation-lr" value="{3}" />
<map:parameter name="size" value="{4}" />
|