You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/11/18 11:21:27 UTC

svn commit: r76226 - in forrest/trunk: main/webapp site-author/content/plugins

Author: thorsten
Date: Thu Nov 18 02:21:26 2004
New Revision: 76226

Modified:
   forrest/trunk/main/webapp/sitemap.xmap
   forrest/trunk/site-author/content/plugins/plugins.xml
Log:
leather is the skin, fbits is the plugin providing the functionality

Modified: forrest/trunk/main/webapp/sitemap.xmap
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap	(original)
+++ forrest/trunk/main/webapp/sitemap.xmap	Thu Nov 18 02:21:26 2004
@@ -320,8 +320,8 @@
            this mount should be managed by the plugns framework -->
       <map:pipeline internal-only="false">
         <map:select type="exists">
-          <map:when test="{forrest:plugins}/org.apache.forrest.plugin.leather/output.xmap">
-            <map:mount uri-prefix="" src="{forrest:plugins}/org.apache.forrest.plugin.leather/output.xmap" check-reload="yes" pass-through="true"/>
+          <map:when test="{forrest:plugins}/org.apache.forrest.plugin.fbits/output.xmap">
+            <map:mount uri-prefix="" src="{forrest:plugins}/org.apache.forrest.plugin.fbits/output.xmap" check-reload="yes" pass-through="true"/>
           </map:when>
         </map:select>
       </map:pipeline>

Modified: forrest/trunk/site-author/content/plugins/plugins.xml
==============================================================================
--- forrest/trunk/site-author/content/plugins/plugins.xml	(original)
+++ forrest/trunk/site-author/content/plugins/plugins.xml	Thu Nov 18 02:21:26 2004
@@ -111,14 +111,14 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   
-  <plugin name="org.apache.forrest.plugin.leather"
+  <plugin name="org.apache.forrest.plugin.fbits"
         type="output"
         author="A[ache Forrest Project"
         website="http://forrest.apache.org"
         url="http://www.apache.org/plugins/"
         version="0.7">
     <description>
-      Allow Forrest documents to be output in leather xml. 
+      Allow Forrest documents to output fbits that are used in e.g. leather. 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>