From cdfe23c2c622ecde02fc09e9c262388a23be7848 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Mon, 4 Dec 2006 23:32:03 +0000 Subject: [PATCH] To give developers final control over the tuning of their own local build, the dev-context.xml file is processed last (note: dev-context.xml isn't part of the source tree itself). Once this file said: Now it ensures dev-context.xml is last via: The order matters if you have a dev-context.xml that overrides fileServersConfigSource (which is the "right" way to assert a private version of: root/projects/repository/config/alfresco/extension/file-servers-custom.xml It seems weird that we have a checked-in extension like this, so I supose it's no stranger that the means to override it should also be a little curious. Anyway, now my dev-context.xml can say: classpath:alfresco/file-servers.xml file:/home/jcox/etc/alfresco/file-servers-custom.xml This allows me to provide *my* file-servers-custom.xml that won't ever get checked in by mistake, because it only uses the existing dev-context.xml mechanism. From there, I can set my CIFS ports. Whew. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4511 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/application-context.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config/alfresco/application-context.xml b/config/alfresco/application-context.xml index c16c0ee3e8..b4377cf42e 100644 --- a/config/alfresco/application-context.xml +++ b/config/alfresco/application-context.xml @@ -30,7 +30,18 @@ - - + + +