Author: thorsten
Date: Tue Oct 14 03:07:09 2008
New Revision: 704428
URL: http://svn.apache.org/viewvc?rev=704428&view=rev
Log:
moving stylesheet to the helper folder
Added:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/round-corner-hex.svg.xslt
- copied unchanged from r704413,
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/round-corner-hex.svg.xslt
Removed:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/round-corner-hex.svg.xslt
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
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=704428&r1=704427&r2=704428&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 14 03:07:09 2008
@@ -461,6 +461,12 @@
src="{lm:dispatcher.home}/resources/stylesheets/helper/contract-strip-xsl.xsl"
/>
</match>
+ <!-- Round corner images -->
+ <match pattern="theme.images.corner.round">
+ <location
+
src="{lm:dispatcher.home}/resources/stylesheets/helper/round-corner-hex.svg.xslt"
+ />
+ </match>
<match pattern="transform.xml.variable.helper">
<location
src="{lm:dispatcher.home}/resources/stylesheets/helper/variable.helper.xsl"
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
URL:
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap?rev=704428&r1=704427&r2=704428&view=diff
==============================================================================
---
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
(original)
+++
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/themes.xmap
Tue Oct 14 03:07:09 2008
@@ -71,7 +71,7 @@
<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:transform src="{lm:theme.images.corner.round}">
<map:parameter name="orientation-tb" value="{2}" />
<map:parameter name="orientation-lr" value="{3}" />
<map:parameter name="size" value="{4}" />