Merge commit 'cfa6808e6d71a270f1cae5ca3807ee1242a60a44'
* commit 'cfa6808e6d71a270f1cae5ca3807ee1242a60a44':
AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.
Merge commit '02347199b12c796414e17d615a010f7d72344e2a'
* commit '02347199b12c796414e17d615a010f7d72344e2a':
Skeleton App Windows for Sdk Updater built using SWT Designer.
Merge commit '37ad99b38686f4b31976eae75256a0ac0927ca62' into donut
* commit '37ad99b38686f4b31976eae75256a0ac0927ca62':
AI 148943: Extracted the commentary from the runs to be headers for the log snippets for readability. Will update the steps (and commentary) in a separate CL.
Merge commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8'
* commit 'd06f8e2f4cb97b5a397793ba7b53e62ab73925f8':
Make the ddmlib API use IDevice instead of Device
Change XML schema to allow for empty <libs>, e.g. one can create
and add-on that doesn't declare any extra lib.
However enforce that <archives> contains at least one <archive>
element to prevent someone from declaring a download element
that cannot actually be downloaded.
Added a couple tests for validation of empty documents.
Merge commit '71f5d130f5d2c512cc811f538b4d0f6613451973'
* commit '71f5d130f5d2c512cc811f538b4d0f6613451973':
Fix an NPE in the New Project Wizard when no test project is specified
Merge commit '0d61af7220b7289624bc3e5dc4e3297e95c07f7c'
* commit '0d61af7220b7289624bc3e5dc4e3297e95c07f7c':
AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2
Merge commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7' into donut
* commit '5cb2d23022cec5abc07c4dbb463be58e6d88b2c7':
AI 148875: Fix Google add-on to include Streetview, remove the add-account from the SDK (this is google specific), update the google Add-on to rev 2
Merge commit 'dd67be5657b61cb46940550072437471a3d8c993'
* commit 'dd67be5657b61cb46940550072437471a3d8c993':
AI 148870: Pinging Ryan for Dr No approval.
Merge commit '7e056ae8a20848754f85202d9d903f4a152d3027' into donut
* commit '7e056ae8a20848754f85202d9d903f4a152d3027':
AI 148870: Pinging Ryan for Dr No approval.
---
Cloned from CL 147240 by 'g4 patch'.
Original change by dwarren@dwarren-pdk on 2009/04/21 14:59:50.
"Making PDK work in SDK environment."
This CL should be pretty straight forward and should be touching only PDK
related templates, etc. Turns out we no longer need to touch the highlightNav
code.
Automated import of CL 148870
Merge commit 'cb2d6ae202d146c2ef277b3af99f1b374bf4cc5f'
* commit 'cb2d6ae202d146c2ef277b3af99f1b374bf4cc5f':
Fix bad dependency between generated shared libraries and the corresponding installed module.
Merge commit '79b3c18a274d77bfca5fbac4e17112d0f17b2027'
* commit '79b3c18a274d77bfca5fbac4e17112d0f17b2027':
Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources
* changes:
Fix bad dependency between generated shared libraries and the corresponding installed module. Also fixes the "make clean" target by the way.
* changes:
Fix the build-toolchain.sh script which doesn't work due to the new download location of the NDK sources and a small typo when using wget. Also make --force-download actually work.
Don't fail if valgrind (system version not the google3 one) is missing.
If the test fail, print the output of the test.
Added .pyc to the gitignore file.
First, the ApkBuilder didn't cancel its run if the project had markers from JDT.
Second, the try/catch on ApkBuilder#build didn't properly test the
CoreException status severity (used getCode instead of getSeverity), so it did
not detect cancels being thrown by #abortOnBadSetup and displayed the error
in the console instead.
Merge commit '20d4ecf2d785bb0120222ab4ab249abc1165314c'
* commit '20d4ecf2d785bb0120222ab4ab249abc1165314c':
ADT: remove an obsolete import from the manifest.
Merge commit '770dfc5ed43089228af1892eef3a73a0e7220bc7'
* commit '770dfc5ed43089228af1892eef3a73a0e7220bc7':
ADT: Refactoring classes dealing with android resources out of the editor.