Changeset 70 for trunk/web-app


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

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

Location:
trunk/web-app/WEB-INF
Files:
3 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">
  • trunk/web-app/WEB-INF/sitemesh.xml

    r4 r70  
    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

    r4 r70  
    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.