SDK Updater: fix repo URL

This commit is contained in:
Raphael
2009-06-08 21:52:05 -07:00
parent fea501be73
commit 986d8a082e

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 =