Included stun4j package inside the netaddr bundle so no need to import it any more

cusax-fix
Emil Ivov 20 years ago
parent ccc575e6ef
commit 06091457ed

@ -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; \

@ -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,

Loading…
Cancel
Save