You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/08/09 01:28:46 UTC

svn commit: r429880 - in /forrest/trunk: main/webapp/ main/webapp/resources/stylesheets/ whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/ whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/

Author: thorsten
Date: Tue Aug  8 16:28:45 2006
New Revision: 429880

URL: http://svn.apache.org/viewvc?rev=429880&view=rev
Log:
Moving the variable Helper (till now only used by the dispatcher) into the plugin like suggested by Cyriaque.

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/variable.helper.xsl
      - copied unchanged from r429859, forrest/trunk/main/webapp/resources/stylesheets/variable.helper.xsl
Removed:
    forrest/trunk/main/webapp/resources/stylesheets/variable.helper.xsl
Modified:
    forrest/trunk/main/webapp/locationmap-transforms.xml
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/locationmap.xml

Modified: forrest/trunk/main/webapp/locationmap-transforms.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/locationmap-transforms.xml?rev=429880&r1=429879&r2=429880&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-transforms.xml (original)
+++ forrest/trunk/main/webapp/locationmap-transforms.xml Tue Aug  8 16:28:45 2006
@@ -81,10 +81,6 @@
       <location src="{forrest:stylesheets}/pathutils.xsl" />
     </match>
     
-    <match pattern="transform.xml.variable.helper">
-      <location src="{forrest:stylesheets}/variable.helper.xsl" />
-    </match>
-    
     <match pattern="transform.xml.copyover.helper">
       <location src="{forrest:stylesheets}/copyover.xsl" />
     </match>

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=429880&r1=429879&r2=429880&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 Tue Aug  8 16:28:45 2006
@@ -418,5 +418,10 @@
             src="{lm:dispatcher.home}/resources/stylesheets/helper/contract-strip-xsl.xsl" 
             />
         </match>
+        <match pattern="transform.xml.variable.helper">
+          <location 
+            src="{lm:dispatcher.home}/resources/stylesheets/helper/variable.helper.xsl" 
+            />
+        </match>
     </locator>
 </locationmap>