diff options
author | Raphael Moll <ralf@android.com> | 2012-05-17 13:04:50 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-05-17 17:43:44 -0700 |
commit | fd47d7cf39065ee72b3de3a671a59bae19f9cfec (patch) | |
tree | b5097486fd69e921a561703dbd873cdee0604e6c /eclipse/scripts/create_all_symlinks.sh | |
parent | 4215c64c8c75fa526af88ed5651693b4dcceef6c (diff) | |
download | sdk-fd47d7cf39065ee72b3de3a671a59bae19f9cfec.zip sdk-fd47d7cf39065ee72b3de3a671a59bae19f9cfec.tar.gz sdk-fd47d7cf39065ee72b3de3a671a59bae19f9cfec.tar.bz2 |
SDK Manager: display options menu when invoked from IDE.
Change-Id: I03c75be4d624f841c6f4c0ba93b0951bc8da8850
Diffstat (limited to 'eclipse/scripts/create_all_symlinks.sh')
-rwxr-xr-x | eclipse/scripts/create_all_symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh index e4af2bd..68481c1 100755 --- a/eclipse/scripts/create_all_symlinks.sh +++ b/eclipse/scripts/create_all_symlinks.sh @@ -124,7 +124,7 @@ 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="layoutlib_api lint_api lint_checks ide_common rule_api ninepatch sdkuilib assetstudio propertysheet ant-glob" +ADT_LIBS="ant-glob assetstudio ide_common layoutlib_api lint_api lint_checks ninepatch propertysheet rule_api sdkuilib swtmenubar" ADT_PREBUILTS="\ prebuilts/misc/common/kxml2/kxml2-2.3.0.jar \ prebuilts/tools/common/asm-tools/asm-4.0.jar \ |