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/07 00:24:41 UTC

svn commit: r279159 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2: internal.xmap resources/stylesheets/xhtml2_to_html.xsl resources/stylesheets/xhtml2html.xsl src/documentation/content/locationmap.xml

Author: rgardler
Date: Tue Sep  6 15:23:56 2005
New Revision: 279159

URL: http://svn.apache.org/viewcvs?rev=279159&view=rev
Log:
use a naming convention for referencing resources. Convention is resources_type.resource_sub_type.input_format.output_format

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/xhtml2_to_html.xsl
      - copied unchanged from r279081, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/xhtml2html.xsl
Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/resources/stylesheets/xhtml2html.xsl
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=279159&r1=279158&r2=279159&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 15:23:56 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="{lm:xhtml2html.xsl}"/>
+      <map:transform src="{lm:transform.xslt.xhtml2.html}"/>
       <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=279159&r1=279158&r2=279159&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 15:23:56 2005
@@ -39,8 +39,8 @@
     </match>
     
     <!-- Resources -->
-    <match pattern="**.xsl">
-        <location src="resources/stylesheets/{0}" />
+    <match pattern="transform.xslt.*.*">
+        <location src="resources/stylesheets/{1}_to_{2}.xsl" />
     </match>
     
   </locator>