aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-07-01 18:01:43 -0700
committerXavier Ducrohet <xav@android.com>2010-07-02 09:36:12 -0700
commitb4e47556d21459d4582f932a256662b7bc8eb7dc (patch)
treeabbdabefe757bd6bbf58d748ffc4ebaf80853c11 /eclipse/changes.txt
parentd10ff719155dc5ea401c1fee284434561672399b (diff)
downloadsdk-b4e47556d21459d4582f932a256662b7bc8eb7dc.zip
sdk-b4e47556d21459d4582f932a256662b7bc8eb7dc.tar.gz
sdk-b4e47556d21459d4582f932a256662b7bc8eb7dc.tar.bz2
Update Android project properties to support libraries depending on libraries.
This is simply enabling the ability to add libraries to a library project in the UI. Also updated the change log. Change-Id: Ibaf67ce8c2af10ff890038a72de9f176bfae8592
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index 5cf67e2..f9eaf9d 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,6 +1,7 @@
0.9.8:
- Fixed issue with library project names containing characters that aren't compatible with Eclipse path variable. The link between the main project and the library would fail to create.
- Added support for library projects that don't have a source folder called "src". There is now support for any number of source folder, with no name restriction. They can even be in sub folder such as "src/java".
+- Added support for libraries with library dependencies.
- added support for new resource qualifiers: car/desk, night/notnight and navexposed/navhidden
0.9.7: