You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2005/09/01 00:18:11 UTC

svn commit: r265598 - /cocoon/blocks/jcr/trunk/samples/repotest/repository.xml

Author: vgritsenko
Date: Wed Aug 31 15:18:05 2005
New Revision: 265598

URL: http://svn.apache.org/viewcvs?rev=265598&view=rev
Log:
license

Modified:
    cocoon/blocks/jcr/trunk/samples/repotest/repository.xml   (contents, props changed)

Modified: cocoon/blocks/jcr/trunk/samples/repotest/repository.xml
URL: http://svn.apache.org/viewcvs/cocoon/blocks/jcr/trunk/samples/repotest/repository.xml?rev=265598&r1=265597&r2=265598&view=diff
==============================================================================
--- cocoon/blocks/jcr/trunk/samples/repotest/repository.xml (original)
+++ cocoon/blocks/jcr/trunk/samples/repotest/repository.xml Wed Aug 31 15:18:05 2005
@@ -1,12 +1,34 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 2005 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<!--
+  - $Id$
+  -->
 <Repository>
     <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
         <param name="path" value="${rep.home}/repository"/>
     </FileSystem>
+
     <Security appName="Jackrabbit">
         <AccessManager class="org.apache.jackrabbit.core.security.SimpleAccessManager"/>
     </Security>
+
     <Workspaces rootPath="${rep.home}/workspaces" defaultWorkspace="default" />
+
     <Workspace name="${wsp.name}">
         <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
             <param name="path" value="${wsp.home}"/>
@@ -18,10 +40,11 @@
             </FileSystem>
         </SearchIndex>
     </Workspace>
+
     <Versioning rootPath="${rep.home}/versions">
         <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
             <param name="path" value="${rep.home}/versions"/>
         </FileSystem>
         <PersistenceManager class="org.apache.jackrabbit.core.state.xml.XMLPersistenceManager" />
     </Versioning>
-</Repository>   
\ No newline at end of file
+</Repository>

Propchange: cocoon/blocks/jcr/trunk/samples/repotest/repository.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/blocks/jcr/trunk/samples/repotest/repository.xml
------------------------------------------------------------------------------
    svn:keywords = Id