Ignore:
Timestamp:
Jan 4, 2010, 12:13:36 PM (13 years ago)
Author:
keesvb
Message:

updated to Grails 1.2, restructured packages, added some domain classes, removed obsolete code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/WEB-INF/applicationContext.xml

    r4 r70  
    1616        <property name="application" ref="grailsApplication" />
    1717        </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>
    2318
    2419    <bean id="grailsConfigurator" class="org.codehaus.groovy.grails.commons.spring.GrailsRuntimeConfigurator">
Note: See TracChangeset for help on using the changeset viewer.