Author: xavier
Date: Wed Oct 17 14:18:20 2007
New Revision: 585702

URL: http://svn.apache.org/viewvc?rev=585702&view=rev
Log:
move Ivy's site to http://ant.apache.org/ivy/ (still require the site to be 
updated with test files)

Modified:
    
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java

Modified: 
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java
URL: 
http://svn.apache.org/viewvc/incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java?rev=585702&r1=585701&r2=585702&view=diff
==============================================================================
--- 
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java
 (original)
+++ 
incubator/ivy/core/trunk/test/java/org/apache/ivy/core/settings/OnlineXmlSettingsParserTest.java
 Wed Oct 17 14:18:20 2007
@@ -38,7 +38,7 @@
         IvySettings settings = new IvySettings();
         XmlSettingsParser parser = new XmlSettingsParser(settings);
         parser.parse(new URL(
-                
"http://incubator.apache.org/ivy/test/ivysettings-include-http-url.xml";));
+                
"http://ant.apache.org/ivy/test/ivysettings-include-http-url.xml";));
 
         DependencyResolver resolver = settings.getResolver("ivyrep");
         assertNotNull(resolver);


Reply via email to