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 8cc78ef4718fb9c66ee043534e7bff299db3d0eb Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Apr 28 08:34:30 2015 +0000 Remove unused attribtes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1676440 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/scripting/thymeleaf/internal/dialect/SlingDialect.java | 2 -- 1 file changed, 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 017b972..8adbd90 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 @@ -36,8 +36,6 @@ import org.thymeleaf.dialect.AbstractDialect; import org.thymeleaf.processor.IProcessor; @Component( - label = "Apache Sling Scripting Thymeleaf “Sling Dialect”", - description = "Sling dialect for Sling Scripting Thymeleaf", immediate = true ) @Service -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
