]> source.dussan.org Git - archiva.git/commitdiff
add snippet for use it in documentation
authorOlivier Lamy <olamy@apache.org>
Thu, 6 Oct 2011 13:36:49 +0000 (13:36 +0000)
committerOlivier Lamy <olamy@apache.org>
Thu, 6 Oct 2011 13:36:49 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179621 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/plugins/metadata-store-jcr/src/main/resources/org/apache/archiva/metadata/repository/jcr/repository.xml

index 4cf264f3e10e4c726881977b00d39eb8ef23ab38..ad61c8de9114001678325f30984b279d4579c0af 100644 (file)
@@ -20,6 +20,7 @@
 <!DOCTYPE Repository PUBLIC "-//The Apache Software Foundation//DTD Jackrabbit 1.6//EN"
     "http://jackrabbit.apache.org/dtd/repository-1.6.dtd">
 
+<!-- START SNIPPET: default-repository -->
 <Repository>
   <FileSystem class="org.apache.jackrabbit.core.fs.local.LocalFileSystem">
     <param name="path" value="${rep.home}/repository"/>
@@ -46,3 +47,4 @@
     <PersistenceManager class="org.apache.jackrabbit.core.persistence.bundle.BundleFsPersistenceManager"/>
   </Versioning>
 </Repository>
+<!-- END SNIPPET: default-repository -->