diff options
author | Tor Norbye <tnorbye@google.com> | 2012-08-08 17:30:47 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-08-08 17:30:47 -0700 |
commit | 871046092b121b919fc2ab5cb804f9037bd739cc (patch) | |
tree | 240f47adf8cb9b5aba95cb2bc7631886dc660109 /eclipse/scripts | |
parent | 27e9a702a4cf64146d57bae84f2593e1af4a786e (diff) | |
download | sdk-871046092b121b919fc2ab5cb804f9037bd739cc.zip sdk-871046092b121b919fc2ab5cb804f9037bd739cc.tar.gz sdk-871046092b121b919fc2ab5cb804f9037bd739cc.tar.bz2 |
Move kxml and layoutlib_api from plugin-adt up to plugin-base
Without this there are runtime class loading failures in the
layout editor since sdklib is in base and it refences layoutlib_api
which in turn references kxml.
Change-Id: I65a76a01266fe3608db9752104d3ae4e2a9d48b7
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-x | eclipse/scripts/create_all_symlinks.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index 134a1b8..9463223 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh @@ -108,8 +108,9 @@ CP_FILES="" ### BASE ### BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs" -BASE_PLUGIN_LIBS="common sdkstats androidprefs sdklib dvlib" +BASE_PLUGIN_LIBS="common sdkstats androidprefs sdklib dvlib layoutlib_api" BASE_PLUGIN_PREBUILTS="\ + prebuilts/misc/common/kxml2/kxml2-2.3.0.jar \ prebuilts/tools/common/commons-compress/commons-compress-1.0.jar \ prebuilts/tools/common/guava-tools/guava-10.0.1.jar \ prebuilts/tools/common/http-client/commons-logging-1.1.1.jar \ @@ -124,9 +125,8 @@ CP_FILES="$CP_FILES @:$BASE_PLUGIN_DEST $BASE_PLUGIN_LIBS $BASE_PLUGIN_PREBUILTS ### ADT ### ADT_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.adt/libs" -ADT_LIBS="ant-glob assetstudio ide_common layoutlib_api lint_api lint_checks ninepatch propertysheet rule_api sdkuilib swtmenubar manifmerger" +ADT_LIBS="ant-glob assetstudio ide_common lint_api lint_checks ninepatch propertysheet rule_api sdkuilib swtmenubar manifmerger" ADT_PREBUILTS="\ - prebuilts/misc/common/kxml2/kxml2-2.3.0.jar \ prebuilts/tools/common/freemarker/freemarker-2.3.19.jar \ prebuilts/tools/common/asm-tools/asm-4.0.jar \ prebuilts/tools/common/asm-tools/asm-tree-4.0.jar \ |