You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by di...@apache.org on 2005/10/08 05:13:43 UTC

svn commit: r307247 - /forrest/trunk/main/webapp/locationmap-transforms.xml

Author: diwaker
Date: Fri Oct  7 20:13:38 2005
New Revision: 307247

URL: http://svn.apache.org/viewcvs?rev=307247&view=rev
Log:
o I've done a build test and that looks fine
o I ran a fresh forrest seed and that looks fine

_but_, there can and always will be problems :) So please rush them back up


Modified:
    forrest/trunk/main/webapp/locationmap-transforms.xml

Modified: forrest/trunk/main/webapp/locationmap-transforms.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-transforms.xml?rev=307247&r1=307246&r2=307247&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-transforms.xml (original)
+++ forrest/trunk/main/webapp/locationmap-transforms.xml Fri Oct  7 20:13:38 2005
@@ -36,17 +36,17 @@
     
     <match pattern="transform.*.fo">
       <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/fo/{1}2fo.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/fo/{1}2fo.xsl"/>
-        <location src="{forrest:context}/skins/common/xslt/fo/{1}2fo.xsl"/>
+        <location src="{project:skins-dir}{forrest:skin}/xslt/fo/{1}-to-fo.xsl" />
+        <location src="{forrest:context}/skins/{forrest:skin}/xslt/fo/{1}-to-fo.xsl"/>
+        <location src="{forrest:context}/skins/common/xslt/fo/{1}-to-fo.xsl"/>
       </select>
     </match>
     
     <!-- skins                              -->
     <match pattern="transform.xdoc.html">
       <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/html/document2html.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/document2html.xsl"/>
+        <location src="{project:skins-dir}{forrest:skin}/xslt/html/document-to-html.xsl" />
+        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/document-to-html.xsl"/>
       </select>
     </match>
     
@@ -62,7 +62,7 @@
     </match>
     
     <match pattern="transform.linkmap.linkmap-normalizedtabs">
-      <location src="{forrest:stylesheets}/site2site-normalizetabs.xsl" />
+      <location src="{forrest:stylesheets}/site-to-site-normalizetabs.xsl" />
     </match>
     
     <match pattern="transform.xml.xml-normalizedhrefs">
@@ -70,7 +70,7 @@
     </match>
     
     <match pattern="transform.linkmap.linkmap-selectnode">
-      <location src="{forrest:stylesheets}/site2site-selectnode.xsl" />
+      <location src="{forrest:stylesheets}/site-to-site-selectnode.xsl" />
     </match>
     
     <match pattern="transform.linkmap.linkmap-relativized">
@@ -100,7 +100,7 @@
     <!-- aggregate transforms                 -->
     <!-- ================================== -->
     <match pattern="transform-aggregate.*.*">
-      <location src="{forrest:stylesheets}/aggregates/{1}2{2}.xsl" />
+      <location src="{forrest:stylesheets}/aggregates/{1}-to-{2}.xsl" />
     </match>
     
     <match pattern="transform-aggregate.linkmap.relativized-linkmap">
@@ -114,9 +114,10 @@
     <!-- All core other transforms -->
     <match pattern="transform.*.*">
       <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/html/{1}2{2}.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/{1}2{2}.xsl"/>
-        <location src="{forrest:stylesheets}/{1}2{2}.xsl"/>
+        <location src="{project:skins-dir}{forrest:skin}/xslt/html/{1}-to-{2}.xsl" />
+        <location
+          src="{forrest:context}/skins/{forrest:skin}/xslt/html/{1}-to-{2}.xsl"/>
+        <location src="{forrest:stylesheets}/{1}-to-{2}.xsl"/>
       </select>
     </match>
   </locator>