From 924958e21bbe1d3c918235d9ca78a6dc64c7879b Mon Sep 17 00:00:00 2001 From: Pablo Leite Date: Mon, 30 May 2011 15:14:14 -0300 Subject: Add support for authenticated add-on servers. Displays a login prompt if necessary. Note: This code depends on Apache http-client libraries. Build files had been modified in order to add this dependency. http-client libraries had also be added on prebuilt project. prebuilt changeID=I084d78dd09a431bc3a2d77e77810b84c693bdcb7 GerritLink=https://review.source.android.com/#change,23387 Change-Id: Icada9b41a21fe3aacef9a1eff209a3fe5591a4e0 --- sdkmanager/app/etc/android.bat | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sdkmanager/app') diff --git a/sdkmanager/app/etc/android.bat b/sdkmanager/app/etc/android.bat index f616dd7..3233ebd 100755 --- a/sdkmanager/app/etc/android.bat +++ b/sdkmanager/app/etc/android.bat @@ -61,6 +61,11 @@ if not "%1"=="" goto EndTempCopy copy /B /D /Y lib\common.jar %tmp_dir%\lib\ > nul copy /B /D /Y lib\commons-compress* %tmp_dir%\lib\ > nul copy /B /D /Y lib\swtmenubar.jar %tmp_dir%\lib\ > nul + copy /B /D /Y lib\commons-logging* %tmp_dir%\lib\ > nul + copy /B /D /Y lib\commons-codec* %tmp_dir%\lib\ > nul + copy /B /D /Y lib\httpclient* %tmp_dir%\lib\ > nul + copy /B /D /Y lib\httpcode* %tmp_dir%\lib\ > nul + copy /B /D /Y lib\httpmime* %tmp_dir%\lib\ > nul rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs. set tools_dir=%cd% -- cgit v1.1