aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorSebastien Vincent <seb@jitsi.org>2010-01-16 14:22:47 +0000
committerSebastien Vincent <seb@jitsi.org>2010-01-16 14:22:47 +0000
commit510746469c4cb78789724eb4f8f476921ad4b668 (patch)
tree27c2c7085fe3e656c7ad80184858a619f365acab /build.xml
parentb3f0fdcdea654c1a4a3d094609949e118fa4ff95 (diff)
downloadjitsi-510746469c4cb78789724eb4f8f476921ad4b668.zip
jitsi-510746469c4cb78789724eb4f8f476921ad4b668.tar.gz
jitsi-510746469c4cb78789724eb4f8f476921ad4b668.tar.bz2
Add SIP Communicator icon in Mac OS X dock, when running from ant command line.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f4f7bce..8163400 100644
--- a/build.xml
+++ b/build.xml
@@ -658,7 +658,7 @@
<!-- SIP Communicator on Mac OS X uses a JVMTI agent to handle kAEGetURL
AppleScript events. -->
<condition property="jvmarg.line"
- value="-agentlib:AEGetURLEventHandlerAgent -Xdock:name='SIP Communicator'" else="">
+ value="-agentlib:AEGetURLEventHandlerAgent -Xdock:name='SIP Communicator' -Xdock:icon='resources/images/logo/sc_logo_128x128.icns'" else="">
<isset property="is.running.macos"/>
</condition>