Author: thorsten
Date: Tue Oct 14 02:48:09 2008
New Revision: 704420

URL: http://svn.apache.org/viewvc?rev=704420&view=rev
Log:
moving stylesheet to the helper folder

Added:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/helper/project-to-text.xsl
      - copied unchanged from r704413, 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/project-to-text.xsl
Removed:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/project-to-text.xsl
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=704420&r1=704419&r2=704420&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 02:48:09 2008
@@ -449,9 +449,11 @@
             
src="{lm:dispatcher.home}/resources/stylesheets/ls.contracts-to-document.xsl" 
             />
     </match>
+    <!-- Dispatcher has its own implementation of the following match
+      since the original has a dependency on skinconf.xml -->
     <match pattern="transform.project.text">
       <location
-          
src="{lm:dispatcher.home}/resources/stylesheets/project-to-text.xsl"/>
+          
src="{lm:dispatcher.home}/resources/stylesheets/helper/project-to-text.xsl"/>
     </match>
 <!--  Extracts the style sheet from the contract.  -->
     <match pattern="contract-strip-xsl.xsl">