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:
Alexandru Epure
2016-08-09 14:12:35 +00:00
parent e770d11be4
commit 2254b1fa0e

View File

@@ -22,7 +22,8 @@
</list>
</property>
</bean>
<!--
<!--
<bean id="Search" class="org.alfresco.repo.management.subsystems.SwitchableApplicationContextFactory" parent="abstractPropertyBackedBean">
<property name="autoStart">
<value>false</value>
@@ -31,7 +32,7 @@
<value>Search</value>
</property>
<property name="sourceBeanName">
<value>lucene</value>
<value>buildonly</value>
</property>
<property name="instancePath">
<list>
@@ -39,5 +40,6 @@
</list>
</property>
</bean>
-->
-->
</beans>