AVM JavaScript integration refactored to use new Spring bean config pattern (as per recent HEAD merge changes)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@4313 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-11-08 14:14:30 +00:00
parent d8d3756507
commit a157e79f42
4 changed files with 26 additions and 13 deletions

View File

@@ -36,4 +36,13 @@
</property>
</bean>
<bean id="avmScript" parent="baseScriptImplementation" class="org.alfresco.repo.jscript.AVM">
<property name="scriptName">
<value>avm</value>
</property>
<property name="serviceRegistry">
<ref bean="ServiceRegistry"/>
</property>
</bean>
</beans>