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:35:52 UTC

[sling-org-apache-sling-fsresource] 06/16: 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.fsresource-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fsresource.git

commit c385893076bc1c0ab259d4735c8012e99110df15
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/fsresource@980700 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index a80435f..44638c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,10 @@
                         <Private-Package>
                             org.apache.sling.fsprovider.internal
                         </Private-Package>
+                        <Import-Package>
+                            org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
+                            *
+                        </Import-Package>
                     </instructions>
                 </configuration>
             </plugin>

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