More generic use of Spring <import> using classpath*:...*.xml notation

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2209 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-26 00:32:44 +00:00
parent 65be3657f2
commit 0e7fda10a1
3 changed files with 1 additions and 21 deletions

View File

@@ -3,9 +3,6 @@
<beans>
<!-- supplementary beans -->
<import resource="classpath:alfresco/patch/extended-patches-context.xml" />
<bean id="PatchService" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="proxyInterfaces">
<value>org.alfresco.repo.admin.patch.PatchService</value>