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 4ae4686aec56e835b17ce5cf238fb6598b3d56c9 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Nov 13 20:11:42 2014 +0000 style, add paragraph Installation git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/thymeleaf@1639504 13f79535-47bb-0310-9956-ffa450edef68 --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46a4207..7986d2d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ Apache Sling Scripting Thymeleaf ================================ -scripting engine for _Thymeleaf_ templates - -* http://www.thymeleaf.org -* https://github.com/thymeleaf/thymeleaf +scripting engine for [_Thymeleaf_](http://www.thymeleaf.org) templates Features -------- @@ -14,6 +11,22 @@ Features * `ResourceResolver` backed by Sling's `ResourceResolver` * `MessageResolver` backed by `ResourceBundleProvider` from `org.apache.sling.i18n` +Installation +------------ + +For running Sling Scripting Thymeleaf with Sling's Launchpad some dependencies need to be resolved. This can be achieved by installing the following bundles: + + mvn:org.apache.sling/org.apache.sling.i18n/2.2.10 + mvn:org.javassist/javassist/3.18.2-GA + mvn:commons-io/commons-io/2.4 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/2.11.0_1 + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/1.2_5 + +There is a feature for Karaf: + + karaf@root()> feature:repo-add mvn:org.apache.sling/org.apache.sling.launchpad.karaf-features/0.1.1-SNAPSHOT/xml/features + karaf@root()> feature:install sling-scripting-thymeleaf + relevant Thymeleaf issues ------------------------- -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
