diff options
author | Xavier Ducrohet <xav@android.com> | 2011-02-11 16:26:57 -0800 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-02-11 16:26:57 -0800 |
commit | 61ca5588c8f8d73de840a64dc3ad6f259faecc3c (patch) | |
tree | 7a31ae32fe4692a1fe331cb7a835a1ab7c11107f | |
parent | 64caec4598bfb49bca9576f78316877f21963884 (diff) | |
parent | ce6c526d463002816f388892de95f6accd630696 (diff) | |
download | sdk-61ca5588c8f8d73de840a64dc3ad6f259faecc3c.zip sdk-61ca5588c8f8d73de840a64dc3ad6f259faecc3c.tar.gz sdk-61ca5588c8f8d73de840a64dc3ad6f259faecc3c.tar.bz2 |
Merge "Android.bat: Properly copy common.jar to the temp folder." into tools_r10
-rwxr-xr-x | sdkmanager/app/etc/android.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdkmanager/app/etc/android.bat b/sdkmanager/app/etc/android.bat index 03fc031..daa6b8a 100755 --- a/sdkmanager/app/etc/android.bat +++ b/sdkmanager/app/etc/android.bat @@ -58,6 +58,7 @@ if not "%1"=="" goto EndTempCopy copy /B /D /Y lib\androidprefs.jar %tmp_dir%\lib\ > nul
copy /B /D /Y lib\org.eclipse.* %tmp_dir%\lib\ > nul
copy /B /D /Y lib\sdk* %tmp_dir%\lib\ > nul
+ copy /B /D /Y lib\common.jar %tmp_dir%\lib\ > nul
copy /B /D /Y lib\commons-compress* %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.
|