You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/06 23:27:27 UTC

svn commit: r279121 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2: internal.xmap src/documentation/content/locationmap.xml

Author: rgardler
Date: Tue Sep  6 14:27:03 2005
New Revision: 279121

URL: http://svn.apache.org/viewcvs?rev=279121&view=rev
Log:
use LM for resolving stylesheet

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/locationmap.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap?rev=279121&r1=279120&r2=279121&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap Tue Sep  6 14:27:03 2005
@@ -26,7 +26,7 @@
     <!-- They should be removed before merging with trunk -->
     <map:match pattern="**.html">
       <map:generate src="{lm:{1}.xml}"/>
-      <map:transform src="resources/stylesheets/xhtml2html.xsl"/>
+      <map:transform src="{lm:xhtml2html.xsl}"/>
       <map:serialize/>
     </map:match>
     

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/locationmap.xml?rev=279121&r1=279120&r2=279121&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/locationmap.xml Tue Sep  6 14:27:03 2005
@@ -33,8 +33,14 @@
   
   <locator>
     
+    <!-- Source Files -->
     <match pattern="**.xml">
         <location src="{project:content.xdocs}/{0}" />
+    </match>
+    
+    <!-- Resources -->
+    <match pattern="**.xsl">
+        <location src="resources/stylesheets/{0}" />
     </match>
     
   </locator>