OSDN Git Service

SDK: Fix bug that prevents repo XSD upgrades
authorRaphael <raphael@google.com>
Mon, 3 Oct 2011 22:36:59 +0000 (15:36 -0700)
committerRaphael <raphael@google.com>
Mon, 3 Oct 2011 23:43:36 +0000 (16:43 -0700)
commite3a47ab00fedabb25bb0c8eb5d816e00b5d5e652
treec3b17e7d87290865db8abbe8a547c27a154ffc1f
parent70164aa4ebb8f3186e58f922ad6b7d64f28bed01
SDK: Fix bug that prevents repo XSD upgrades

This fixes the bug in the current code.
We're going to switch to a different upgrade mechanism,
rendering this code useless, but I'd still have this
checked in for the record: the issue is that the
temporary node is mixed up and the attributes use the
element name instead of their attribute names.

Change-Id: I3abcfd476494ee2ddb8b75789b346e86556d8d85
sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/SdkRepoSource.java