From cfbc45fe329ffbb49f278fae1d6305db6baf89f3 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Sat, 14 Nov 2015 13:38:20 +0000 Subject: [PATCH] Merged HEAD (5.1) to 5.1.N (5.1.1) 117531 bhorje: CM-690 virtualization is disabled by default - virtualization integration tests and the integration tests suite run with vf enabled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@117577 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../bitrock/bitrock/alfresco/shared/alfresco-global.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/bitrock/bitrock/alfresco/shared/alfresco-global.properties b/src/main/resources/bitrock/bitrock/alfresco/shared/alfresco-global.properties index a328e7fb5c..e541e43e8a 100644 --- a/src/main/resources/bitrock/bitrock/alfresco/shared/alfresco-global.properties +++ b/src/main/resources/bitrock/bitrock/alfresco/shared/alfresco-global.properties @@ -68,4 +68,4 @@ dir.keystore=${dir.root}/keystore solr.port.ssl=@@BITROCK_TOMCAT_SSL_PORT@@ ### Virtual Folders Config Properties ### -virtual.folders.enabled=true \ No newline at end of file +virtual.folders.enabled=false \ No newline at end of file