Removed <importPackage> element. SUPERFLUOUS IMPORT WARNING it's magic ;-)

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@425694 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.upnp.basedriver/pom.xml b/org.apache.felix.upnp.basedriver/pom.xml
index dc236a5..82c0483 100644
--- a/org.apache.felix.upnp.basedriver/pom.xml
+++ b/org.apache.felix.upnp.basedriver/pom.xml
@@ -58,13 +58,10 @@
             <bundleVendor>Apache Software Foundation</bundleVendor>

             <bundleVersion>0.1.0</bundleVersion>

             <bundleDescription>

-               	A Bundle implementation of the UPnP Service Specification R4 (not yet)

+               	A Bundle implementation of the UPnP Service Specification R4

             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.basedriver</bundleSymbolicName>

-		<bundleActivator>org.apache.felix.upnp.basedriver.Activator</bundleActivator>

-            <importPackage>

-			org.w3c.dom,javax.xml.parsers,org.xml.sax,org.osgi.framework;specification-version=1.3,org.osgi.service.device;specification-version=1.1,org.osgi.service.upnp;specification-version=1.1,org.osgi.service.log;specification-version=1.3,org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0

-            </importPackage>

+		    <bundleActivator>org.apache.felix.upnp.basedriver.Activator</bundleActivator>

           </osgiManifest>

           <manifestFile>src/main/resources/release/META-INF/Manifest.mf</manifestFile>

         </configuration>

diff --git a/org.apache.felix.upnp.extra/pom.xml b/org.apache.felix.upnp.extra/pom.xml
index 087f0d1..ce0a8f5 100644
--- a/org.apache.felix.upnp.extra/pom.xml
+++ b/org.apache.felix.upnp.extra/pom.xml
@@ -36,9 +36,6 @@
                	A library used to extend the integration between UPnP and OSGi that is not part of the standard. Also services that allow to change the beahviour of the UPnP Base Driver

             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.extra</bundleSymbolicName>

-            <importPackage>

-			org.osgi.service.upnp;specification-version=1.1,org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0

-            </importPackage>

             <exportPackage>

                	org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0

             </exportPackage>

diff --git a/org.apache.felix.upnp.sample.binaryLight/pom.xml b/org.apache.felix.upnp.sample.binaryLight/pom.xml
index d72af42..78291c3 100644
--- a/org.apache.felix.upnp.sample.binaryLight/pom.xml
+++ b/org.apache.felix.upnp.sample.binaryLight/pom.xml
@@ -43,9 +43,6 @@
             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.sample.binaryLight</bundleSymbolicName>

 		<bundleActivator>org.apache.felix.upnp.sample.binaryLight.Activator</bundleActivator>

-            <importPackage>

-			javax.swing,javax.imageio,org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1

-            </importPackage>

           </osgiManifest>

           <manifestFile>src/main/resources/META-INF/Manifest.mf</manifestFile>

         </configuration>

diff --git a/org.apache.felix.upnp.sample.clock/pom.xml b/org.apache.felix.upnp.sample.clock/pom.xml
index 952b71f..48a70ee 100644
--- a/org.apache.felix.upnp.sample.clock/pom.xml
+++ b/org.apache.felix.upnp.sample.clock/pom.xml
@@ -43,9 +43,6 @@
             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.sample.clock</bundleSymbolicName>

 		<bundleActivator>org.apache.felix.upnp.sample.clock.Activator</bundleActivator>

-            <importPackage>

-			javax.swing,javax.imageio,org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1

-            </importPackage>

           </osgiManifest>

           <manifestFile>src/main/resources/META-INF/Manifest.mf</manifestFile>

         </configuration>

diff --git a/org.apache.felix.upnp.sample.tv/pom.xml b/org.apache.felix.upnp.sample.tv/pom.xml
index b5f0eda..ad84215 100644
--- a/org.apache.felix.upnp.sample.tv/pom.xml
+++ b/org.apache.felix.upnp.sample.tv/pom.xml
@@ -43,9 +43,6 @@
             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.sample.tv</bundleSymbolicName>

 		<bundleActivator>org.apache.felix.upnp.sample.tv.Activator</bundleActivator>

-            <importPackage>

-			javax.swing,javax.imageio,org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1

-            </importPackage>

           </osgiManifest>

           <manifestFile>src/main/resources/META-INF/Manifest.mf</manifestFile>

         </configuration>

diff --git a/org.apache.felix.upnp.tester/pom.xml b/org.apache.felix.upnp.tester/pom.xml
index 51d12b6..e03334d 100644
--- a/org.apache.felix.upnp.tester/pom.xml
+++ b/org.apache.felix.upnp.tester/pom.xml
@@ -49,9 +49,6 @@
             </bundleDescription>

             <bundleSymbolicName>org.apache.felix.upnp.tester</bundleSymbolicName>

 		<bundleActivator>org.apache.felix.upnp.tester.Activator</bundleActivator>

-            <importPackage>

-			javax.swing,javax.swing.event,javax.swing.tree,javax.swing.table,javax.swing.text,org.osgi.framework;specification-version=1.3,org.osgi.service.upnp;specification-version=1.1,org.apache.felix.upnp.extra.util;specification-version=1.0,org.apache.felix.upnp.extra.controller;specification-version=1.0

-            </importPackage>

           </osgiManifest>

           <manifestFile>src/main/resources/META-INF/Manifest.mf</manifestFile>

         </configuration>