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.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit 2735b1fb0159ac1ccc0c44976b8af7f786e7ea7b Author: Oliver Lietz <[email protected]> AuthorDate: Thu Feb 12 14:00:00 2015 +0000 SLING-4297 add a dialect and processors to provide out-of-the-box support for a Sling Include * remove metatype property from dialect component git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1659258 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/scripting/thymeleaf/internal/dialect/SlingDialect.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/dialect/SlingDialect.java b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/dialect/SlingDialect.java index 302e56e..6099a6e 100644 --- a/src/main/java/org/apache/sling/scripting/thymeleaf/internal/dialect/SlingDialect.java +++ b/src/main/java/org/apache/sling/scripting/thymeleaf/internal/dialect/SlingDialect.java @@ -40,8 +40,7 @@ import org.thymeleaf.processor.IProcessor; @Component( label = "Apache Sling Scripting Thymeleaf “Sling Dialect”", description = "Sling dialect for Sling Scripting Thymeleaf", - immediate = true, - metatype = true + immediate = true ) @Service @Properties({ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
