From 06091457edee38eada7774201e76d550597f9327 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Fri, 1 Dec 2006 01:51:52 +0000 Subject: [PATCH] Included stun4j package inside the netaddr bundle so no need to import it any more --- lib/felix.client.run.properties | 4 ---- .../java/sip/communicator/impl/netaddr/netaddr.manifest.mf | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 6bf2979b5..5be153229 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -25,10 +25,6 @@ org.osgi.framework.system.packages= org.osgi.framework; \ javax.xml.transform.dom; \ javax.xml.transform.stream; \ sun.security.action; \ - net.java.stun4j; \ - net.java.stun4j.client; \ - net.java.stun4j.StunAddress; \ - net.java.stun4j.StunException; \ javax.net.ssl; \ javax.naming; \ javax.naming.directory; \ diff --git a/src/net/java/sip/communicator/impl/netaddr/netaddr.manifest.mf b/src/net/java/sip/communicator/impl/netaddr/netaddr.manifest.mf index 56553834a..e8378f4e1 100644 --- a/src/net/java/sip/communicator/impl/netaddr/netaddr.manifest.mf +++ b/src/net/java/sip/communicator/impl/netaddr/netaddr.manifest.mf @@ -3,9 +3,7 @@ Bundle-Name: Network address managment service Bundle-Description: A bundle that provide a gesture of the ip addresses. prospere est le toi du pain d'epice Bundle-Vendor: sip-communicator.org Bundle-Version: 0.0.1 -Import-Package: net.java.stun4j, - net.java.stun4j.client, - net.java.sip.communicator.service.configuration, +Import-Package: net.java.sip.communicator.service.configuration, net.java.sip.communicator.service.configuration.event, net.java.sip.communicator.util, org.osgi.framework,