OSDN Git Service

SDK Updater: fix repo URL
authorRaphael <raphael@google.com>
Tue, 9 Jun 2009 04:52:05 +0000 (21:52 -0700)
committerRaphael <raphael@google.com>
Tue, 9 Jun 2009 04:52:05 +0000 (21:52 -0700)
sdkmanager/libs/sdklib/src/com/android/sdklib/repository/SdkRepository.java

index 4adcb49..d3dfb25 100755 (executable)
@@ -26,7 +26,7 @@ public class SdkRepository {
 \r
     /** The URL of the official Google sdk-repository site. */\r
     public static final String URL_GOOGLE_SDK_REPO_SITE =\r
-        "https://dl.google.com/android/eclipse/repository/index.xml";           //$NON-NLS-1$\r
+        "https://dl.google.com/android/eclipse/repository/repository.xml";      //$NON-NLS-1$\r
 \r
     /** The XML namespace of the sdk-repository XML. */\r
     public static final String NS_SDK_REPOSITORY =\r