diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2013-04-07 15:04:16 +0000 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2013-04-07 15:04:16 +0000 |
commit | e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e (patch) | |
tree | 74f41bf14fc1e0bc29cbd568237314b6edd1869c /build.xml | |
parent | 7cb8b282113346bdac4f858131fd74da01427c45 (diff) | |
download | jitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.zip jitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.tar.gz jitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.tar.bz2 |
Add ContactSource plugin for Thunderbird
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -946,6 +946,7 @@ bundle-plugin-loggingutils, bundle-provdisc,bundle-provdisc-dhcp,bundle-provdisc-mdns, bundle-provisioning,bundle-addrbook,bundle-plugin-ldap, + bundle-thunderbird, bundle-plugin-contactsourceconfig,bundle-plugin-certconfig, bundle-globalshortcut,bundle-plugin-msofficecomm,bundle-libjitsi, bundle-customcontactactions, bundle-phonenumbercontactsource, @@ -2641,6 +2642,17 @@ javax.swing.event, javax.swing.border"/> </jar> </target> + <!-- BUNDLE-PLUGIN-THUNDERBIRD --> + <target name="bundle-thunderbird"> + <!-- Creates a bundle which provides support for the thunderbird Address Book. --> + <jar compress="false" destfile="${bundles.dest}/thunderbook.jar" + manifest="${src}/net/java/sip/communicator/plugin/thunderbird/thunderbird.manifest.mf"> + <zipfileset dir="${dest}/net/java/sip/communicator/plugin/thunderbird" + prefix="net/java/sip/communicator/plugin/thunderbird" /> + </jar> + <copy file="${lib.noinst}/jmork-1.0.5-SNAPSHOT.jar" tofile="${bundles.dest}/jmork.jar"/> + </target> + <target name="bundle-certificate"> <jar compress="false" destfile="${bundles.dest}/certificate.jar" manifest="${src}/net/java/sip/communicator/impl/certificate/certificate.manifest.mf"> |