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,