diff options
author | Xavier Ducrohet <xav@android.com> | 2010-03-17 15:32:53 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-17 15:32:53 -0700 |
commit | 01593451e9e9b36938be51a189d7cb3b70d199b3 (patch) | |
tree | 86c7b27c9b8a601bef5a993137b95f970175cee7 | |
parent | f34bf2da4b910dd8b3cc7e09e4e8d6d2fe6f9525 (diff) | |
parent | eee4bf197296050e67a784c13233aaf7c4d112fb (diff) | |
download | sdk-01593451e9e9b36938be51a189d7cb3b70d199b3.zip sdk-01593451e9e9b36938be51a189d7cb3b70d199b3.tar.gz sdk-01593451e9e9b36938be51a189d7cb3b70d199b3.tar.bz2 |
Merge "Update changes.txt for tools r6 and adt 0.9.7"
-rw-r--r-- | changes.txt | 9 | ||||
-rw-r--r-- | eclipse/changes.txt | 4 |
2 files changed, 12 insertions, 1 deletions
diff --git a/changes.txt b/changes.txt index 031ff8d..3c5fb79 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,13 @@ Change log for Android SDK Tools. -Revision 5 (02/2010): +Revision 6: +- Support for library project to share code/resources among projects + - Updated Ant rules and custom tasks + - New "android create lib-project", "android update lib-project" actions. + - New parameter for "android update project" + + +Revision 5 (03/2010): - AVD/SDK Manager: - Fixed SSL download for the standalone version of the SDK Updater. - Fixed issue with 64bit JVM on windows. diff --git a/eclipse/changes.txt b/eclipse/changes.txt index 93ca3e5..cfe929e 100644 --- a/eclipse/changes.txt +++ b/eclipse/changes.txt @@ -1,3 +1,7 @@ +0.9.7: +- Support for library projects +- Updated Property panel for Android project to edit library dependencies. + 0.9.6: - Editing default.properties outside of eclipse will automatically update the project - Fix issue when launching ADT the first time with the SDK Usage panel that could create a deadlock between modal dialogs |