diff options
author | Sebastien Vincent <seb@jitsi.org> | 2011-03-09 09:30:54 +0000 |
---|---|---|
committer | Sebastien Vincent <seb@jitsi.org> | 2011-03-09 09:30:54 +0000 |
commit | 5393fc96a763bcf0ecedf95275edc7712f2b897f (patch) | |
tree | 9dab2f9963a2aca12b6038ada01165a655141057 /src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf | |
parent | dcb607dd8b10f297af6a590e29a7b9b6f6002aff (diff) | |
download | jitsi-5393fc96a763bcf0ecedf95275edc7712f2b897f.zip jitsi-5393fc96a763bcf0ecedf95275edc7712f2b897f.tar.gz jitsi-5393fc96a763bcf0ecedf95275edc7712f2b897f.tar.bz2 |
Ongoing work on LDAP contact source support.
Diffstat (limited to 'src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf')
-rw-r--r-- | src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf b/src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf new file mode 100644 index 0000000..0c99bbd --- /dev/null +++ b/src/net/java/sip/communicator/impl/ldap/ldap.manifest.mf @@ -0,0 +1,27 @@ +Bundle-Activator: net.java.sip.communicator.impl.ldap.LdapActivator +Bundle-Name: LDAP service provider +Bundle-Description: A bundle that implements LDAP service. +Bundle-Vendor: sip-communicator.org +Bundle-Version: 0.0.1 +System-Bundle: yes +Import-Package: org.osgi.framework, + javax.naming, + javax.naming.directory, + javax.naming.event, + javax.swing, + javax.swing.border, + javax.swing.event, + javax.swing.table, + javax.swing.tree, + javax.swing.text, + net.java.sip.communicator.util, + net.java.sip.communicator.util.swing, + net.java.sip.communicator.service.gui, + net.java.sip.communicator.service.configuration, + net.java.sip.communicator.service.resources, + net.java.sip.communicator.service.ldap, + net.java.sip.communicator.service.ldap.event, +Export-Package: net.java.sip.communicator.service.ldap, + net.java.sip.communicator.service.ldap.event +Metadata-Location: /net/java/sip/communicator/impl/ldap/ldap.metadata.xml + |