Changeset 70 for trunk/web-app
- Timestamp:
- Jan 4, 2010, 12:13:36 PM (14 years ago)
- Location:
- trunk/web-app/WEB-INF
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/WEB-INF/applicationContext.xml
r4 r70 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"> -
trunk/web-app/WEB-INF/sitemesh.xml
r4 r70 2 2 <page-parsers> 3 3 <parser content-type="text/html" 4 class=" com.opensymphony.module.sitemesh.parser.HTMLPageParser" />4 class="org.codehaus.groovy.grails.web.sitemesh.GrailsHTMLPageParser" /> 5 5 <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" /> 7 7 <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" /> 9 9 </page-parsers> 10 10 -
trunk/web-app/WEB-INF/tld/grails.tld
r4 r70 542 542 </variable> 543 543 <attribute> 544 <name> name</name>544 <name>tagName</name> 545 545 <required>true</required> 546 546 <rtexprvalue>true</rtexprvalue>
Note: See TracChangeset
for help on using the changeset viewer.