This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit ebac0f9eaff97a8d383be4e886fc9b37f0bb7745 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Jun 12 09:35:43 2014 +0000 SLING-3649 make encoding for reading templates configurable git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1602108 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/resources/OSGI-INF/metatype/metatype.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties index f3187de..64c3643 100644 --- a/src/main/resources/OSGI-INF/metatype/metatype.properties +++ b/src/main/resources/OSGI-INF/metatype/metatype.properties @@ -34,6 +34,9 @@ org.apache.sling.scripting.thymeleaf.names.description = names org.apache.sling.scripting.thymeleaf.impl.NonCachingTemplateResolver.order.name = order org.apache.sling.scripting.thymeleaf.impl.NonCachingTemplateResolver.order.description = property for ordering template resolvers inside the Thymeleaf template engine +org.apache.sling.scripting.thymeleaf.impl.NonCachingTemplateResolver.encoding.name = encoding +org.apache.sling.scripting.thymeleaf.impl.NonCachingTemplateResolver.encoding.description = encoding for reading templates + # ResourceBundleMessageResolver org.apache.sling.scripting.thymeleaf.impl.ResourceBundleMessageResolver.order.name = order org.apache.sling.scripting.thymeleaf.impl.ResourceBundleMessageResolver.order.description = property for ordering message resolvers inside the Thymeleaf template engine -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
