am 12dcaef6: Merge change 3546 into donut

Merge commit '12dcaef692b71987199c5c7e153c8b94698a757c'

* commit '12dcaef692b71987199c5c7e153c8b94698a757c':
  SDK Updater: fix repo URL
This commit is contained in:
Android (Google) Code Review
2009-06-09 15:39:17 -07:00
committed by The Android Open Source Project

View File

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