You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by xa...@apache.org on 2007/10/27 13:57:25 UTC

svn commit: r589102 - /incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java

Author: xavier
Date: Sat Oct 27 06:57:25 2007
New Revision: 589102

URL: http://svn.apache.org/viewvc?rev=589102&view=rev
Log:
moved site to ant.apache.org

Modified:
    incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java

Modified: incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java
URL: http://svn.apache.org/viewvc/incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java?rev=589102&r1=589101&r2=589102&view=diff
==============================================================================
--- incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java (original)
+++ incubator/ivy/core/trunk/src/java/org/apache/ivy/core/settings/IvySettings.java Sat Oct 27 06:57:25 2007
@@ -277,7 +277,7 @@
             boolean configured = false;
             if (useRemoteConfig && remote) {
                 try {
-                    URL url = new URL("http://incubator.apache.org/ivy/repository.properties");
+                    URL url = new URL("http://ant.apache.org/ivy/repository.properties");
                     Message.verbose("configuring repositories with " + url);
                     props.load(URLHandlerRegistry.getDefault().openStream(url));
                     configured = true;