Fix AR-2179

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8556 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-03-18 11:16:45 +00:00
parent caa03b12b9
commit afc0c675bd
4 changed files with 73 additions and 65 deletions

View File

@@ -44,6 +44,9 @@
<property name="path">
<value>/app:company_home/app:dictionary/app:models</value>
</property>
<property name="queryLanguage">
<value>lucene</value>
</property>
</bean>
<bean id="customMessagesRepositoryLocation" class="org.alfresco.repo.dictionary.RepositoryLocation">
@@ -51,6 +54,9 @@
<property name="path">
<value>/app:company_home/app:dictionary/app:messages</value>
</property>
<property name="queryLanguage">
<value>lucene</value>
</property>
</bean>
</beans>