From ac2c5b3b3c1c6d97bee33a10fe8db7dd6c49c051 Mon Sep 17 00:00:00 2001 From: David Caruana Date: Thu, 23 Feb 2006 18:47:42 +0000 Subject: [PATCH] Re-enable the registration of the "Custom Model" by default - as was the case in v1.1.2. The custom model can be still be overridden using the extension mechanism of v1.2. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2487 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/core-services-context.xml | 8 ++++++ config/alfresco/model/defaultCustomModel.xml | 28 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 config/alfresco/model/defaultCustomModel.xml diff --git a/config/alfresco/core-services-context.xml b/config/alfresco/core-services-context.xml index ecd83f876c..73ed20cf93 100644 --- a/config/alfresco/core-services-context.xml +++ b/config/alfresco/core-services-context.xml @@ -427,6 +427,14 @@ + + + + alfresco/model/defaultCustomModel.xml + + + + diff --git a/config/alfresco/model/defaultCustomModel.xml b/config/alfresco/model/defaultCustomModel.xml new file mode 100644 index 0000000000..4fd280c6bc --- /dev/null +++ b/config/alfresco/model/defaultCustomModel.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + Custom Model + + 1.0 + + + + + + + + + + + + + + + \ No newline at end of file