You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:19:36 UTC

[sling-org-apache-sling-bundleresource-impl] 19/30: SLING-1193 Have the bundle plugin set the correct import version range for the resource API implemented by the bundles

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

rombert pushed a commit to annotated tag org.apache.sling.bundleresource.impl-2.0.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bundleresource-impl.git

commit 769bac372c975c960ce392ae8360c6d30d77f832
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Fri Jul 30 09:22:06 2010 +0000

    SLING-1193 Have the bundle plugin set the correct import version range for the resource API implemented by the bundles
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/bundleresource@980700 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6f8b594..05c934d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,10 @@
                             org.apache.sling.bundleresource.*,
                             org.osgi.util.tracker
                         </Private-Package>
+                        <Import-Package>
+                            org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
+                            *
+                        </Import-Package>
                         <DynamicImport-Package>
                             org.apache.felix.webconsole
                         </DynamicImport-Package>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.