This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.js.provider-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
commit 68de3591e65c70c772786fa4ae01b1769beb2b9c Author: Radu Cotescu <[email protected]> AuthorDate: Mon Feb 16 15:26:50 2015 +0000 SLING-4358 - Add the 'Provide-Capability' OSGi header to the org.apache.sling.scripting.sightly bundle * added Provide-Capability / Require-Capability headers to Sightly bundles git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/sightly/js-use-provider@1660139 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 399abdf..e10af62 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,7 @@ <configuration> <instructions> <Sling-Bundle-Resources>/libs/sling/sightly/js;path:=/SLING-INF/libs/sling/sightly/js</Sling-Bundle-Resources> + <Require-Capability>io.sightly; filter:="(&(version>=1.0)(!(version>=2.0)))"</Require-Capability> </instructions> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
