aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2013-04-07 15:04:16 +0000
committerIngo Bauersachs <ingo@jitsi.org>2013-04-07 15:04:16 +0000
commite65b7c8f5408e1afa3dadccf5bd6bd59fc02267e (patch)
tree74f41bf14fc1e0bc29cbd568237314b6edd1869c /build.xml
parent7cb8b282113346bdac4f858131fd74da01427c45 (diff)
downloadjitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.zip
jitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.tar.gz
jitsi-e65b7c8f5408e1afa3dadccf5bd6bd59fc02267e.tar.bz2
Add ContactSource plugin for Thunderbird
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index e852ab0..1ac33aa 100644
--- a/build.xml
+++ b/build.xml
@@ -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">