mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Reversed registration order of ContentTransfomers. Self-registration means that config extensions are much simpler
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<!-- NOTE: using Big SearchService until AR-279 is completed -->
|
||||
<property name="searchService"><ref bean="SearchService" /></property>
|
||||
<property name="contentService"><ref bean="ContentService" /></property>
|
||||
<property name="mimetypeService"><ref bean="mimetypeMap" /></property>
|
||||
<property name="mimetypeService"><ref bean="MimetypeService" /></property>
|
||||
|
||||
<property name="systemPaths">
|
||||
<list>
|
||||
|
Reference in New Issue
Block a user