You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/06/18 19:48:54 UTC

[sling-org-apache-sling-scripting-groovy] branch master updated: SLING-7746 Add missing OSGi capability

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f0150c  SLING-7746 Add missing OSGi capability
3f0150c is described below

commit 3f0150cd5bbedb61c6d82bef9762d2ffeffe2e9b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jun 18 21:48:32 2018 +0200

    SLING-7746 Add missing OSGi capability
---
 bnd.bnd | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bnd.bnd b/bnd.bnd
index 669351e..7f42f61 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -8,6 +8,9 @@ Bundle-License: Apache License, Version 2.0
 
 Bundle-Vendor: The Apache Software Foundation
 
+Provide-Capability:\
+  osgi.service;objectClass=groovy.text.TemplateEngine
+
 ScriptEngine-Name: ${project.name}
 
 ScriptEngine-Version: ${project.version}

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.