You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2010/03/09 01:30:55 UTC

svn commit: r920591 - /ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml

Author: antoine
Date: Tue Mar  9 00:30:54 2010
New Revision: 920591

URL: http://svn.apache.org/viewvc?rev=920591&view=rev
Log:
it looks like the name of www.apache.org has changed to eos from aurora, the IP address from 192.87.106.226 to 140.211.11.130

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml?rev=920591&r1=920590&r2=920591&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/hostinfo-test.xml Tue Mar  9 00:30:54 2010
@@ -29,8 +29,8 @@
       
   <property name="apache-hostname" value="www.apache.org" />
   <property name="apache-domain" value="apache.org" />
-  <property name="apache-realhost" value="aurora" />
-  <property name="apache-ip4" value="192.87.106.226" />
+  <property name="apache-realhost" value="eos" />
+  <property name="apache-ip4" value="140.211.11.130" />
     
   <property name="xs4all-hostname" value="www.xs4all.nl" />
   <property name="xs4all-domain" value="xs4all.nl" />