mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
129167 mmuller: Merged RETURN-OF-THE-API (5.2.0) to 5.2.N (5.2.1) 128516 jvonka: Api Tests: tweak test context - embedded "lucene" subsystem is now called "buildonly" - useful if running embedded tests in a local devenv, eg. in an IDE git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129341 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,7 +22,8 @@
|
|||||||
</list>
|
</list>
|
||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
<!--
|
|
||||||
|
<!--
|
||||||
<bean id="Search" class="org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory" parent="abstractPropertyBackedBean">
|
<bean id="Search" class="org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory" parent="abstractPropertyBackedBean">
|
||||||
<property name="autoStart">
|
<property name="autoStart">
|
||||||
<value>false</value>
|
<value>false</value>
|
||||||
@@ -31,7 +32,7 @@
|
|||||||
<value>Search</value>
|
<value>Search</value>
|
||||||
</property>
|
</property>
|
||||||
<property name="sourceBeanName">
|
<property name="sourceBeanName">
|
||||||
<value>lucene</value>
|
<value>buildonly</value>
|
||||||
</property>
|
</property>
|
||||||
<property name="instancePath">
|
<property name="instancePath">
|
||||||
<list>
|
<list>
|
||||||
@@ -40,4 +41,5 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
</beans>
|
</beans>
|
Reference in New Issue
Block a user