aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2013-05-20 11:24:32 +0300
committerDamian Minkov <damencho@jitsi.org>2013-05-20 15:36:22 +0300
commitfd920ade84595cb85582f9a20763386fc9b512ef (patch)
tree8a665e42062d995e8b087d70f259b30382b98226 /build.xml
parent1c8985440325af05b3f23f585f0c0ad9d92f4237 (diff)
downloadjitsi-fd920ade84595cb85582f9a20763386fc9b512ef.zip
jitsi-fd920ade84595cb85582f9a20763386fc9b512ef.tar.gz
jitsi-fd920ade84595cb85582f9a20763386fc9b512ef.tar.bz2
Separates systray services to be reused in android.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e16f9a6..17fd0f0 100644
--- a/build.xml
+++ b/build.xml
@@ -929,7 +929,7 @@
bundle-growlnotification,bundle-swingnotification,bundle-galagonotification,
bundle-sparkle, bundle-plugin-branding,
bundle-systemactivitynotifications,
- bundle-osdependent,bundle-browserlauncher,
+ bundle-osdependent,bundle-browserlauncher,bundle-systray-service,
bundle-pluginmanager,bundle-skinmanager,
bundle-notification-service,bundle-notification-handlers,
bundle-notification-wiring,bundle-notification-config,
@@ -1855,6 +1855,17 @@ javax.swing.event, javax.swing.border"/>
</jar>
</target>
+ <!--BUNDLE-OSDEPENDENT-->
+ <target name="bundle-systray-service">
+ <!-- Creates a bundle for the systray service."-->
+ <jar
+ compress="false" destfile="${bundles.dest}/systray-service.jar"
+ manifest="${src}/net/java/sip/communicator/service/systray/systray.manifest.mf">
+ <zipfileset dir="${dest}/net/java/sip/communicator/service/systray"
+ prefix="net/java/sip/communicator/service/systray"/>
+ </jar>
+ </target>
+
<!-- BUNDLE-BROWSER LAUNCHER -->
<target name="bundle-browserlauncher">
<!-- Creates a bundle for the browser launcher.-->