Files
alfresco-community-repo/source/java/org/alfresco/repo/publishing/test/publishing-test-context.xml
Brian Remmington a6a4054f1e Publishing:
- Add latest gdata libs (1.45.0) with source code
 - cleaned the publishing context files out of the top-level application context
 - removed the notion of "content root" from publishing channels
 - added YouTube publishing channel with actions to publish and unpublish
 - added dummy channel types to ease UI development

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28575 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-06-24 14:40:10 +00:00

14 lines
689 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean class="org.alfresco.repo.publishing.test.TestChannelType1" parent="baseChannelType" />
<bean class="org.alfresco.repo.publishing.test.TestChannelType2" parent="baseChannelType" />
<bean class="org.alfresco.repo.publishing.test.TestChannelType3" parent="baseChannelType" />
<bean class="org.alfresco.repo.publishing.test.SiteType" init-method="init">
<property name="policyComponent" ref="policyComponent" />
<property name="channelService" ref="channelService" />
</bean>
</beans>