You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/17 15:59:59 UTC

svn commit: r170597 - /lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl

Author: andreas
Date: Tue May 17 06:59:59 2005
New Revision: 170597

URL: http://svn.apache.org/viewcvs?rev=170597&view=rev
Log:
added SimpleSiteManager

Modified:
    lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl

Modified: lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl?rev=170597&r1=170596&r2=170597&view=diff
==============================================================================
--- lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl (original)
+++ lenya/trunk/src/webapp/WEB-INF/cocoon-xconf.xsl Tue May 17 06:59:59 2005
@@ -485,6 +485,8 @@
   <site-managers>
     <component-instance name="tree" logger="lenya.site"
                         class="org.apache.lenya.cms.site.tree.TreeSiteManager"/>
+    <component-instance name="simple" logger="lenya.site"
+                        class="org.apache.lenya.cms.site.simple.SimpleSiteManager"/>
   </site-managers>
   
   <document-builders>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org