You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by mi...@apache.org on 2005/07/15 14:26:57 UTC

svn commit: r219188 - /cocoon/blocks/jcr/trunk/conf/jcr-component.xconf

Author: michi
Date: Fri Jul 15 05:26:55 2005
New Revision: 219188

URL: http://svn.apache.org/viewcvs?rev=219188&view=rev
Log:
relative to sitemap

Modified:
    cocoon/blocks/jcr/trunk/conf/jcr-component.xconf

Modified: cocoon/blocks/jcr/trunk/conf/jcr-component.xconf
URL: http://svn.apache.org/viewcvs/cocoon/blocks/jcr/trunk/conf/jcr-component.xconf?rev=219188&r1=219187&r2=219188&view=diff
==============================================================================
--- cocoon/blocks/jcr/trunk/conf/jcr-component.xconf (original)
+++ cocoon/blocks/jcr/trunk/conf/jcr-component.xconf Fri Jul 15 05:26:55 2005
@@ -26,8 +26,16 @@
       +-->
   <component class="org.apache.cocoon.jcr.JackrabbitRepository" logger="jcr" role="javax.jcr.Repository">
      <credentials login="anonymous" password=""/>
+
+     <home src="context://samples/repotest"/>
+     <!--
      <home src="file:/home/USER/repotest"/>
+     -->
+
+     <configuration src="context://samples/repository.xml"/>
+     <!--
      <configuration src="file:/home/USER/repository.xml"/>
+     -->
   </component>
 
 </xconf>