mirror of https://github.com/sipwise/jitsi.git
parent
c89ef5ecd7
commit
d85567ad14
@ -0,0 +1,30 @@
|
|||||||
|
Bundle-Activator: net.java.sip.communicator.plugin.dnsconfig.DnsConfigActivator
|
||||||
|
Bundle-Name: Jitsi DNS config
|
||||||
|
Bundle-SymbolicName: net.java.sip.communicator.plugin
|
||||||
|
Bundle-Description: A bundle that export config panels for DNS utility classes.
|
||||||
|
Bundle-Vendor: jitsi.org
|
||||||
|
Bundle-Version: 0.0.1
|
||||||
|
System-Bundle: yes
|
||||||
|
Import-Package: org.jitsi.util,
|
||||||
|
org.osgi.framework,
|
||||||
|
net.java.sip.communicator.util,
|
||||||
|
net.java.sip.communicator.plugin.desktoputil,
|
||||||
|
org.jitsi.service.resources,
|
||||||
|
org.jitsi.service.fileaccess,
|
||||||
|
net.java.sip.communicator.impl.dns,
|
||||||
|
net.java.sip.communicator.service.resources,
|
||||||
|
net.java.sip.communicator.service.notification,
|
||||||
|
net.java.sip.communicator.service.dns,
|
||||||
|
net.java.sip.communicator.service.gui,
|
||||||
|
net.java.sip.communicator.service.netaddr,
|
||||||
|
net.java.sip.communicator.service.netaddr.event,
|
||||||
|
org.jitsi.service.configuration,
|
||||||
|
sun.net.dns,
|
||||||
|
org.xbill.DNS,
|
||||||
|
javax.swing,
|
||||||
|
javax.swing.event,
|
||||||
|
javax.swing.text,
|
||||||
|
javax.swing.border,
|
||||||
|
javax.swing.plaf.basic,
|
||||||
|
javax.swing.table
|
||||||
|
|
||||||
Loading…
Reference in new issue