aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2013-05-21 18:05:21 +0300
committerDamian Minkov <damencho@jitsi.org>2013-05-21 18:05:21 +0300
commit32e078082fdc18c92fab4b17e222ae53d858cee3 (patch)
tree90345906e971e1e9567436d40e43d149c1d83182 /build.xml
parent6d30f34a4f91257c9236cd6666e1f80613d47990 (diff)
downloadjitsi-32e078082fdc18c92fab4b17e222ae53d858cee3.zip
jitsi-32e078082fdc18c92fab4b17e222ae53d858cee3.tar.gz
jitsi-32e078082fdc18c92fab4b17e222ae53d858cee3.tar.bz2
Adds jitsi-defaults.properties to the dmg,deb and msi.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 27b7b93..6a7e7bd 100644
--- a/build.xml
+++ b/build.xml
@@ -637,6 +637,12 @@
<env key="DYLD_LIBRARY_PATH" path="${dyld.library.path}"/>
<env key="DISPLAY" path=":0"/>
+ <!-- Disable audio support when running test, audio is not used
+ and the test machine has no audio device
+ -->
+ <sysproperty key="net.java.sip.communicator.service.media.DISABLE_AUDIO_SUPPORT"
+ value="true"/>
+
</java>
<!-- Generate the html report.