diff options
author | Xavier Ducrohet <xav@android.com> | 2010-11-10 16:18:58 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-11-11 12:15:58 -0800 |
commit | f29be828de51dbe2f55508cd620142e35cd19cbd (patch) | |
tree | 0a0a6ec8b2ad6c4f09614f2a32ecf591d8f1d335 /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | 6c88ff3409763cac0d757bbcdf8f09d2bb5fda9e (diff) | |
download | sdk-f29be828de51dbe2f55508cd620142e35cd19cbd.zip sdk-f29be828de51dbe2f55508cd620142e35cd19cbd.tar.gz sdk-f29be828de51dbe2f55508cd620142e35cd19cbd.tar.bz2 |
Make ADT use the new layoutlib API.
ADT now exclusively use the new API.
The older platforms that still use the old API are
accessed through a compatibility layer provided by the class
LayoutBridgeWrapper that converts the old to the new API (both
input and output).
The wrapper and the loading code for the bridge have moved
to layoutlib_utils, but into the ide.common package.
Layoutlib_utils is to be renamed ide-common later.
.sdk.LoadStatus has moved into .ide.common too since
it's used by the bridge loading code. As we'll move
more code into ide-common it's ok to have it there anyway.
Also did some minor fix to the API:
- missing implementation of ViewInfo
- Made a singleton for SUCCESS state of SceneResult.
Change-Id: I5e7130ca03b92ad71dc9c293b2ffc40566df645c
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index 2f2f6a9..e04a925 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -7,7 +7,7 @@ <classpathentry kind="lib" path="libs/commons-compress-1.0.jar"/> <classpathentry kind="lib" path="libs/kxml2-2.3.0.jar"/> <classpathentry kind="lib" path="libs/layoutlib_api.jar"/> - <classpathentry kind="lib" path="libs/layoutlib_utils.jar"/> + <classpathentry kind="lib" path="libs/layoutlib_utils.jar" sourcepath="/layoutlib_utils"/> <classpathentry kind="lib" path="libs/ninepatch.jar"/> <classpathentry kind="lib" path="libs/sdklib.jar" sourcepath="/SdkLib"/> <classpathentry kind="lib" path="libs/sdkstats.jar" sourcepath="/SdkStatsService"/> |