OSDN Git Service

ADT Manifest Editor: Fix for uses-sdk dup that won't go away.
authorRaphael <raphael@google.com>
Thu, 1 Oct 2009 19:32:56 +0000 (12:32 -0700)
committerRaphael <raphael@google.com>
Thu, 1 Oct 2009 21:17:02 +0000 (14:17 -0700)
commit89888cacfc9319fbfab7259b6ba4c2b9d4fbc408
tree8e4f5cfbd7e29ca1389b57535130b35de4755973
parent27f244ba8de1bdbd80a4cfd318dbf585f6c920c6
ADT Manifest Editor: Fix for uses-sdk dup that won't go away.

It was a display issue only, meaning the actual XML node was
being deleted but the Ui model was not updated properly. The
actual cause is that this is a mandatory node, and mandatory
nodes must stay as "fake nodes" in the Ui model. However
only one such node needs to stay in the hierarchy.

SDK BUG 2147112

Change-Id: I68e3d343bb95169865ad8dcad77004cbd51fafc3