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
|
Bundle-Activator: net.java.sip.communicator.util.UtilActivator
Bundle-Name: SIP Communicator Utility Packages
Bundle-Description: A bundle that export packages with utility classes.
Bundle-Vendor: sip-communicator.org
Bundle-Version: 0.0.1
System-Bundle: yes
Import-Package: org.xml.sax,
org.w3c.dom,
org.osgi.framework,
org.apache.xml.serialize,
javax.xml.transform.stream,
javax.xml.transform.dom,
javax.xml.transform,
javax.xml.parsers,
javax.swing.text.html,
javax.swing.text.html.parser,
javax.swing.text,
javax.swing.plaf.basic,
javax.swing.plaf,
javax.swing.plaf.metal,
javax.swing.event,
javax.swing.border,
javax.swing.filechooser,
javax.swing,
javax.naming,
javax.naming.directory,
javax.naming.ldap,
javax.imageio,
javax.security.auth.x500,
net.java.sip.communicator.util.xml,
net.java.sip.communicator.util,
net.java.sip.communicator.util.dns,
net.java.sip.communicator.service.resources,
net.java.sip.communicator.service.keybindings,
net.java.sip.communicator.service.netaddr,
net.java.sip.communicator.service.netaddr.event,
net.java.sip.communicator.service.configuration,
net.java.sip.communicator.service.contactlist,
sun.awt.shell,
sun.net.util,
sun.net.dns,
com.sun.awt,
org.xbill.DNS
Export-Package: net.java.sip.communicator.util.xml,
net.java.sip.communicator.util.swing.transparent,
net.java.sip.communicator.util.swing.plaf,
net.java.sip.communicator.util.swing.event,
net.java.sip.communicator.util.swing.border,
net.java.sip.communicator.util.swing,
net.java.sip.communicator.util.skin,
net.java.sip.communicator.util.launchutils,
net.java.sip.communicator.util.event,
net.java.sip.communicator.util
|