Changeset 449 for trunk/web-app


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:
1 added
4 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">
  • trunk/web-app/WEB-INF/sitemesh.xml

    r137 r449  
    22    <page-parsers>
    33        <parser content-type="text/html"
    4             class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
     4            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />
    55        <parser content-type="text/html;charset=ISO-8859-1"
    6             class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
     6            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />
    77        <parser content-type="text/html;charset=UTF-8"
    8             class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />           
     8            class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" />           
    99    </page-parsers>
    1010
  • trunk/web-app/WEB-INF/tld/grails.tld

    r137 r449  
    542542        </variable>
    543543        <attribute>
    544             <name>name</name>
     544            <name>tagName</name>
    545545            <required>true</required>
    546546            <rtexprvalue>true</rtexprvalue>
Note: See TracChangeset for help on using the changeset viewer.