FELIX-4405 update to latest spec classes to include ComponentServiceObjects.  Update bnd.bnd file to avoid split-package warnings

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1641010 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/bnd.bnd b/scr/bnd.bnd
index 6844fb4..d618109 100644
--- a/scr/bnd.bnd
+++ b/scr/bnd.bnd
@@ -12,7 +12,7 @@
 
 Export-Package: org.apache.felix.scr;version=2.0, \
  org.apache.felix.scr.component;version=1.1.0;mandatory:="status"; status="provisional", \
- org.osgi.service.component;version=1.3, \
+ org.osgi.service.component;version=1.3;-split-package:=first, \
  org.osgi.service.component.runtime.*;version=1.3, \
  org.osgi.dto;version=1.0, \
  org.osgi.framework.dto;version=1.8, \
@@ -20,7 +20,7 @@
  org.osgi.util.promise;version=1.0
 
 Private-Package: org.apache.felix.scr.impl.*, \
- org.osgi.util.tracker, \
+ org.osgi.util.tracker;-split-package:=first, \
  org.apache.felix.utils.extender
 
 #  Configuration Admin is optional and dynamic, but allow eager wiring by importing it