Author: markt
Date: Wed Nov 4 08:22:20 2015
New Revision: 1712492
URL: http://svn.apache.org/viewvc?rev=1712492&view=rev
Log:
Fix duplicate. Settings should be before all the version info
Modified:
tomcat/tc8.0.x/trunk/build.properties.default
Modified: tomcat/tc8.0.x/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1712492&r1=1712491&r2=1712492&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/build.properties.default (original)
+++ tomcat/tc8.0.x/trunk/build.properties.default Wed Nov 4 08:22:20 2015
@@ -53,7 +53,7 @@ test.cobertura=false
# Some platforms (e.g. OSX El Capitan) require IPv4 to be the default for the
# multicast tests to work
-#java.net.preferIPv4Stack=true
+java.net.preferIPv4Stack=false
# Location of GPG executable (used only for releases)
gpg.exec=/path/to/gpg
@@ -239,6 +239,3 @@ cobertura.home=${base.path}/cobertura-${
cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar
cobertura.lib=${cobertura.home}/lib
cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.0.3-bin.tar.gz
-
-# ----- JVM settings for unit tests
-java.net.preferIPv4Stack=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]