You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fu...@apache.org on 2006/07/26 11:57:24 UTC

svn commit: r425694 - in /incubator/felix/trunk: org.apache.felix.upnp.basedriver/ org.apache.felix.upnp.extra/ org.apache.felix.upnp.sample.binaryLight/ org.apache.felix.upnp.sample.clock/ org.apache.felix.upnp.sample.tv/ org.apache.felix.upnp.tester/

Author: furfari
Date: Wed Jul 26 02:57:23 2006
New Revision: 425694

URL: http://svn.apache.org/viewvc?rev=425694&view=rev
Log:
Removed <importPackage> element. SUPERFLUOUS IMPORT WARNING it's magic ;-)

Modified:
    incubator/felix/trunk/org.apache.felix.upnp.basedriver/pom.xml
    incubator/felix/trunk/org.apache.felix.upnp.extra/pom.xml
    incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/pom.xml
    incubator/felix/trunk/org.apache.felix.upnp.sample.clock/pom.xml
    incubator/felix/trunk/org.apache.felix.upnp.sample.tv/pom.xml
    incubator/felix/trunk/org.apache.felix.upnp.tester/pom.xml

Modified: incubator/felix/trunk/org.apache.felix.upnp.basedriver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.basedriver/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.basedriver/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.basedriver/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>

Modified: incubator/felix/trunk/org.apache.felix.upnp.extra/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.extra/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.extra/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.extra/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>

Modified: incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.sample.binaryLight/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>

Modified: incubator/felix/trunk/org.apache.felix.upnp.sample.clock/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.sample.clock/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.sample.clock/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.sample.clock/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>

Modified: incubator/felix/trunk/org.apache.felix.upnp.sample.tv/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.sample.tv/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.sample.tv/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.sample.tv/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>

Modified: incubator/felix/trunk/org.apache.felix.upnp.tester/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/org.apache.felix.upnp.tester/pom.xml?rev=425694&r1=425693&r2=425694&view=diff
==============================================================================
--- incubator/felix/trunk/org.apache.felix.upnp.tester/pom.xml (original)
+++ incubator/felix/trunk/org.apache.felix.upnp.tester/pom.xml Wed Jul 26 02:57:23 2006
@@ -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>