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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org