From 286e173539f4ae84a9199cb26a7dcb33d2b2feee Mon Sep 17 00:00:00 2001 From: David Caruana Date: Fri, 10 Feb 2006 18:49:45 +0000 Subject: [PATCH] - Example demonstrating how to extend bootstrap data set (Users). - Modified bootstrap Spring bean definitions allowing easier extension - Modified importer bootstrap to allow import from .acp files (currently only supports .acp file in filesystem, not .jar) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2344 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/core-services-context.xml | 22 ++- .../repo/importer/ImporterBootstrap.java | 130 ++++-------------- 2 files changed, 47 insertions(+), 105 deletions(-) diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml index b9f36c9e25..5b7af235aa 100644 --- a/config/alfresco/core-services-context.xml +++ b/config/alfresco/core-services-context.xml @@ -679,7 +679,7 @@ - + @@ -716,6 +716,14 @@ ${system.descriptor.childname} + + + + @@ -726,8 +734,7 @@ - - + @@ -756,6 +763,9 @@ ${alfresco_user_store.authorities_container.childname} + + +