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:59:09 UTC

svn commit: r293020 - in /forrest/trunk/main/webapp: locationmap.xml sitemap.xmap

Author: rgardler
Date: Sat Oct  1 12:59:02 2005
New Revision: 293020

URL: http://svn.apache.org/viewcvs?rev=293020&view=rev
Log:
use naming convention

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

Modified: forrest/trunk/main/webapp/locationmap.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap.xml?rev=293020&r1=293019&r2=293020&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap.xml (original)
+++ forrest/trunk/main/webapp/locationmap.xml Sat Oct  1 12:59:02 2005
@@ -74,11 +74,11 @@
     <!-- skinconf files                     -->
     <!-- ================================== -->
     
-    <match pattern="strip-doctype.xsl">
+    <match pattern="transform.xml.xml-doctype-stripped">
       <location src="{forrest:stylesheets}/strip-doctype.xsl" />
     </match>
     
-    <match pattern="upgrade-skinconf.xsl">
+    <match pattern="transform.old-skinconf.new-skinconf">
       <location src="{forrest:stylesheets}/upgrade-skinconf.xsl" />
     </match>
     

Modified: forrest/trunk/main/webapp/sitemap.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?rev=293020&r1=293019&r2=293020&view=diff
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap (original)
+++ forrest/trunk/main/webapp/sitemap.xmap Sat Oct  1 12:59:02 2005
@@ -356,8 +356,8 @@
          -->  
          <map:match pattern="skinconf.xml">
            <map:generate src="{lm:skinconf.project}" />
-           <map:transform src="{lm:strip-doctype.xsl}"/>
-           <map:transform src="{lm:upgrade-skinconf.xsl}"/>
+           <map:transform src="{lm:transform.xml.xml-doctype-stripped}"/>
+           <map:transform src="{lm:transform.old-skinconf.new-skinconf}"/>
            <map:select type="exists">
              <map:when test="{lm:project-skinconf.xsl}">
                <map:transform src="{lm:project-skinconf.xsl}"/>