Skip to content

Instantly share code, notes, and snippets.

@aviriel
Created December 14, 2013 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aviriel/7958722 to your computer and use it in GitHub Desktop.
Save aviriel/7958722 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="alvex-course-examples" parent="dictionaryModelBootstrap" depends-on="dictionaryBootstrap,alvex-documents-registers-deployer">
<property name="models">
<list>
<value>alfresco/extension/models/alvex-course-examples-model.xml</value>
</list>
</property>
</bean>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment