mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
80924: Merged EOL (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 80469: ACE-2091 EOL Explorer. ACE-2014 EOL URL Addressibility API - 90% of the Explorer Client config, pages and assets moved to privatemodules/thor - Explorer client available via mvn -Pcloud build only - Alfresco minimal index page added - Deprecated and disabled: Servlets related to Explorer e.g. ExternalAccessServlet, CommandServlet - will be removed fully in 5.1 - Removed: Explorer liferay portlet context, jboss portlet context, collaboration WebScript remoteapi (Explorer), old web assets no longer used - Tested: Enterprise build, Cloud build, build unit tests, NTLM SSO/Cookie SSO path git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@83132 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
46 lines
3.1 KiB
XML
46 lines
3.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
|
|
<!-- These are the XML files of the high level parts of the context -->
|
|
<beans>
|
|
<import resource="classpath:alfresco/bulk-import-context.xml" />
|
|
<import resource="classpath:alfresco/scheduled-jobs-context.xml" />
|
|
<import resource="classpath:alfresco/remote-services-context.xml"/>
|
|
<import resource="classpath*:alfresco/office-addin-context.xml"/>
|
|
<import resource="classpath:alfresco/blog-context.xml"/>
|
|
<import resource="classpath:alfresco/calendar-services-context.xml"/>
|
|
<import resource="classpath:alfresco/comment-services-context.xml"/>
|
|
<import resource="classpath:alfresco/discussions-services-context.xml"/>
|
|
<import resource="classpath:alfresco/download-services-context.xml"/>
|
|
<import resource="classpath:alfresco/links-services-context.xml"/>
|
|
<import resource="classpath:alfresco/quickshare-services-context.xml"/>
|
|
<import resource="classpath:alfresco/rating-services-context.xml"/>
|
|
<import resource="classpath:alfresco/remote-credentials-services-context.xml"/>
|
|
<import resource="classpath:alfresco/oauth1-credentials-store-services-context.xml"/>
|
|
<import resource="classpath:alfresco/oauth2-credentials-store-services-context.xml"/>
|
|
<import resource="classpath:alfresco/remote-ticket-services-context.xml"/>
|
|
<import resource="classpath:alfresco/rendition-services-context.xml"/>
|
|
<import resource="classpath:alfresco/replication-services-context.xml"/>
|
|
<import resource="classpath:alfresco/thumbnail-service-context.xml"/>
|
|
<import resource="classpath:alfresco/wiki-services-context.xml"/>
|
|
<import resource="classpath:alfresco/preference-service-context.xml"/>
|
|
<import resource="classpath:alfresco/favourites-service-context.xml"/>
|
|
<import resource="classpath:alfresco/swf-transform-context.xml"/>
|
|
<import resource="classpath:alfresco/form-services-context.xml"/>
|
|
<import resource="classpath:alfresco/opencmis-context.xml" />
|
|
<import resource="classpath:alfresco/period-type-context.xml" />
|
|
<import resource="classpath*:alfresco/node-locator-context.xml" />
|
|
<import resource="classpath*:alfresco/transfer-service-context.xml"/>
|
|
<import resource="classpath*:alfresco/publishing-context-highlevel.xml" />
|
|
<import resource="classpath*:alfresco/youtube-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/twitter-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/linkedin-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/flickr-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/facebook-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/slideshare-publishing-context.xml" />
|
|
<import resource="classpath*:alfresco/distributionpolicies-context.xml" />
|
|
<import resource="classpath*:alfresco/slingshot-context.xml" />
|
|
<import resource="classpath*:alfresco/solr-facets-context.xml" />
|
|
<import resource="classpath*:alfresco/domain/*-context.xml" />
|
|
</beans>
|