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 <[email protected]> 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 "[email protected]" <[email protected]>.
