1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
Bundle-Activator: net.java.sip.communicator.util.UtilActivator
Bundle-Name: Jitsi Utility Packages
Bundle-Description: A bundle that export packages with utility classes.
Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
Bundle-SymbolicName: net.java.sip.communicator.service.util
Import-Package: com.sun.awt,
javax.imageio,
javax.naming,
javax.naming.directory,
javax.naming.ldap,
javax.net,
javax.net.ssl,
javax.security.auth.x500,
javax.swing,
javax.swing.border,
javax.swing.event,
javax.swing.filechooser,
javax.swing.plaf,
javax.swing.plaf.basic,
javax.swing.plaf.metal,
javax.swing.table,
javax.swing.text,
javax.swing.text.html,
javax.swing.text.html.parser,
javax.swing.tree,
javax.xml.parsers,
javax.xml.transform,
javax.xml.transform.dom,
javax.xml.transform.stream,
net.java.sip.communicator.util,
net.java.sip.communicator.service.gui,
net.java.sip.communicator.service.gui.call,
net.java.sip.communicator.service.resources,
net.java.sip.communicator.service.systray,
net.java.sip.communicator.service.keybindings,
net.java.sip.communicator.service.msghistory,
net.java.sip.communicator.service.contactlist,
net.java.sip.communicator.service.browserlauncher,
net.java.sip.communicator.service.protocol,
net.java.sip.communicator.service.protocol.event,
net.java.sip.communicator.service.protocol.globalstatus,
net.java.sip.communicator.service.dns,
org.apache.xml.serialize,
org.jitsi.service.configuration,
org.jitsi.service.neomedia,
org.jitsi.service.neomedia.codec,
org.jitsi.service.resources,
org.jitsi.service.fileaccess,
org.jitsi.util,
org.jitsi.util.event,
org.jitsi.util.swing,
org.osgi.framework,
org.xbill.DNS,
org.w3c.dom,
org.xml.sax,
sun.awt.shell,
sun.net.dns,
sun.net.util
Export-Package: net.java.sip.communicator.util,
net.java.sip.communicator.util.launchutils,
net.java.sip.communicator.util.skin,
net.java.sip.communicator.util.xml,
net.java.sip.communicator.util.account,
net.java.sip.communicator.util.call,
net.java.sip.communicator.util.wizard
|