Changeset 449 for trunk/web-app
- Timestamp:
- Mar 24, 2010, 3:28:33 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 *.log 2 2 *.war 3 target
-
- Property svn:ignore
-
trunk/web-app/WEB-INF/applicationContext.xml
r74 r449 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
r137 r449 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
r137 r449 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.