aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2015-04-01 14:19:30 +0300
committerDamian Minkov <damencho@jitsi.org>2015-04-01 14:28:24 +0300
commite812038241452ca0c169e918655e27cedfee6a56 (patch)
tree04a94c8f26b8f98fe41d90ceff467b290f6ba7e3 /build.xml
parentbdb5b62fb155f9b65a7dbaa9060c79c78e519479 (diff)
downloadjitsi-e812038241452ca0c169e918655e27cedfee6a56.zip
jitsi-e812038241452ca0c169e918655e27cedfee6a56.tar.gz
jitsi-e812038241452ca0c169e918655e27cedfee6a56.tar.bz2
Adds plugin that adds contact source services (groups to the contact list) with the monitored lines of OperationSetTelephonyBLF. Adds custom action button to pickup calls is possible.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9210318..9a98d1d 100644
--- a/build.xml
+++ b/build.xml
@@ -1070,6 +1070,7 @@
bundle-notification-service,bundle-notification-handlers,
bundle-notification-wiring,bundle-notification-config,
bundle-contacteventhandler,
+ bundle-plugin-blf,
bundle-plugin-contactinfo,bundle-plugin-chatalerter, bundle-keybindings,
bundle-plugin-keybindingChooser,bundle-plugin-globalproxyconfig,
bundle-jfontchooserlib,bundle-update,bundle-plugin-update,
@@ -2753,6 +2754,15 @@ org.bouncycastle.util"/>
</jar>
</target>
+ <!--BUNDLE-PLUGIN-BLF-->
+ <target name="bundle-plugin-blf">
+ <jar compress="false" destfile="${bundles.dest}/plugin-blf.jar"
+ manifest="${src}/net/java/sip/communicator/plugin/busylampfield/busylampfield.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/plugin/busylampfield"
+ prefix="net/java/sip/communicator/plugin/busylampfield"/>
+ </jar>
+ </target>
+
<!--BUNDLE-PLUGIN-SpellChecker-->
<target name="bundle-plugin-spellcheck">
<jar compress="false" destfile="${bundles.dest}/spellChecker.jar"