aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/ldap/ldap.manifest.mf
blob: a6a00ba60587baf790604fa8bf8bbe73739222ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Bundle-Activator: net.java.sip.communicator.plugin.ldap.LdapActivator
Bundle-Description: LDAP support
Bundle-Name: LDAP support
Bundle-Vendor: jitsi.org
Bundle-Version: 0.0.1
Import-Package: net.java.sip.communicator.service.contactsource,
 net.java.sip.communicator.service.resources,
 net.java.sip.communicator.service.protocol,
 net.java.sip.communicator.service.gui,
 net.java.sip.communicator.service.ldap,
 net.java.sip.communicator.service.ldap.event,
 net.java.sip.communicator.util,
 net.java.sip.communicator.util.swing,
 javax.swing,
 javax.swing.border,
 javax.swing.event,
 javax.swing.table,
 javax.swing.tree,
 javax.swing.text,
 org.osgi.framework
System-Bundle: yes