Ignore:
Timestamp:
Mar 24, 2010, 3:28:33 PM (14 years ago)
Author:
gav
Message:

Upgrade to Grails-1.2.1, all plugins upgraded to latest versions and configs adjusted to suite.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11*.log
        22*.war
         3target
  • trunk/web-app/WEB-INF/applicationContext.xml

    r74 r449  
    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.