Changeset 70 for trunk/web-app/WEB-INF/applicationContext.xml
- Timestamp:
- Jan 4, 2010, 12:13:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/WEB-INF/applicationContext.xml
r4 r70 16 16 <property name="application" ref="grailsApplication" /> 17 17 </bean> 18 19 <bean id="pluginMetaManager" class="org.codehaus.groovy.grails.plugins.DefaultPluginMetaManager">20 <property name="grailsApplication" ref="grailsApplication" />21 <property name="resourcePattern" value="/WEB-INF/plugins/*/plugin.xml" />22 </bean>23 18 24 19 <bean id="grailsConfigurator" class="org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator">
Note: See TracChangeset
for help on using the changeset viewer.