SLING-2483 Use provide:=true instead of version macros to define
the proper import version range. Also fix a small glitch in the parent pom relativePath of the
framework-extension-ws bundle

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1339861 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 687934c..5ea384d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
                             org.osgi.util.tracker
                         </Private-Package>
                         <Import-Package>
-                            org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
+                            org.apache.sling.api.resource;provide:=true,
                             *
                         </Import-Package>
                     </instructions>