Modified Import-Package header consequently to Richard Class loading bug fixing
javax.imageio should be added to trunk\org.apache.felix.main\conf\config.properties

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@392278 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.upnp.sample.tv/pom.xml b/org.apache.felix.upnp.sample.tv/pom.xml
index 50fdce0..72fb308 100644
--- a/org.apache.felix.upnp.sample.tv/pom.xml
+++ b/org.apache.felix.upnp.sample.tv/pom.xml
@@ -44,7 +44,7 @@
             <bundleSymbolicName>org.apache.felix.upnp.sample.tv</bundleSymbolicName>

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

             <importPackage>

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

+			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>