Changeset 449 for trunk/web-app/WEB-INF/applicationContext.xml
- Timestamp:
- Mar 24, 2010, 3:28:33 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 *.log 2 2 *.war 3 target
-
- Property svn:ignore
-
trunk/web-app/WEB-INF/applicationContext.xml
r74 r449 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.