You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/11/04 09:21:40 UTC

svn commit: r1712491 - /tomcat/trunk/build.properties.default

Author: markt
Date: Wed Nov  4 08:21:40 2015
New Revision: 1712491

URL: http://svn.apache.org/viewvc?rev=1712491&view=rev
Log:
Fix duplicate. Settings should be before all the version info

Modified:
    tomcat/trunk/build.properties.default

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1712491&r1=1712490&r2=1712491&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Wed Nov  4 08:21:40 2015
@@ -52,7 +52,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
@@ -226,6 +226,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.1.1-bin.tar.gz
-
-# ----- JVM settings for unit tests
-java.net.preferIPv4Stack=false



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org