sort jcr repo in data directory

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-06 14:13:56 +00:00
parent d66e72fcd2
commit 87d9e0b7a7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<bean id="jcr-config" class="org.apache.archiva.metadata.repository.jcr.ArchivaJcrRepositoryConfig" factory-method="create">
<constructor-arg value="${appserver.base}/conf/repository.xml"/>
<constructor-arg value="${appserver.base}/jcr"/>
<constructor-arg value="${appserver.base}/data/jcr"/>
</bean>