adds a utility target (run-v4) for running SC with a preference for IPv4 rather than the default IPv6

cusax-fix
Emil Ivov 16 years ago
parent dc7cb9fd9f
commit a0e27ba2c5

@ -705,6 +705,12 @@
</antcall>
</target>
<target name="run-v4" description="Starts SC with a preference for IPv4.">
<ant target="run">
<property name="java.net.preferIPv6Addresses" value="false"/>
</ant>
</target>
<!--PROFILE-SIP-COMMUNICATOR-IN-NETBEANS-IDE -->
<target name="profile" depends="bundle-plugin-profiler4j,deploy-os-specific-bundles"
description="Profile Project">

Loading…
Cancel
Save