OSDN Git Service

AI 143157: am: CL 142852 ADT fix #1682502: New XML File Wizard root combo is sometime...
authorRaphael Moll <>
Fri, 27 Mar 2009 22:25:11 +0000 (15:25 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Fri, 27 Mar 2009 22:25:11 +0000 (15:25 -0700)
commite6b937d7cad954c0af5b53c4b2733e25e8b1c656
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent8158b617d00a54ead8a6acf2ccf2baf4154c12da
AI 143157: am: CL 142852 ADT fix #1682502: New XML File Wizard root combo is sometimes empty.
  Two issues in fact:
  1- On some selections the resource type is determined before the
  root values are computed.
  2- Added an sdk target change listener to refresh the project's roots
  if the SDK was still loading or if the project changed targets.
  The New Project Wizard has been updated with a similar sdk change
  listener to refresh the target selector. This is useful when the NPW
  is used before the targets have finished loading, e.g. upon lauching
  Eclipse.
  Note: this requires CL 142690 to compile.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 143157