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/10/01 21:32:08 UTC

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

Author: rgardler
Date: Sat Oct  1 12:32:00 2005
New Revision: 293016

URL: http://svn.apache.org/viewcvs?rev=293016&view=rev
Log:
simplify skin transformation locators

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

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap.xml?rev=293016&r1=293015&r2=293016&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Sat Oct  1 12:32:00 2005
@@ -52,24 +52,10 @@
       </select>
     </match>
     
-    <match pattern="transform.book.menu">
+    <match pattern="transform.*.*">
       <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/html/book2menu.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/book2menu.xsl"/>
-      </select>
-    </match>
-    
-    <match pattern="transform.tab.menu">
-      <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/html/tab2menu.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/tab2menu.xsl"/>
-      </select>
-    </match>
-    
-    <match pattern="transform.site.xhtml">
-      <select>
-        <location src="{project:skins-dir}{forrest:skin}/xslt/html/site2xhtml.xsl" />
-        <location src="{forrest:context}/skins/{forrest:skin}/xslt/html/site2xhtml.xsl"/>
+        <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"/>
       </select>
     </match>