diff options
author | Tor Norbye <tnorbye@google.com> | 2012-04-04 18:41:06 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-04-05 11:41:36 -0700 |
commit | 9bd06947302ca6ca3e0b90eef894e553c6c3e067 (patch) | |
tree | 0a3b6a6f1f0b137906da6e45b3d439bab55e8c73 /eclipse/scripts/create_all_symlinks.sh | |
parent | 60b85b4ced380973f627a5882b4faae0771f0d0b (diff) | |
download | sdk-9bd06947302ca6ca3e0b90eef894e553c6c3e067.zip sdk-9bd06947302ca6ca3e0b90eef894e553c6c3e067.tar.gz sdk-9bd06947302ca6ca3e0b90eef894e553c6c3e067.tar.bz2 |
Add support for the WindowBuilder Property Sheet
This reverts commit 27dac06bfc4297dc9a018edc534f44ecf96cd724.
Change-Id: I6708bd4091f0cb677484669479357d479b9db5fa
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 fcc86af..65b8abe 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" +ADT_LIBS="layoutlib_api lint_api lint_checks ide_common rule_api ninepatch sdkuilib assetstudio propertysheet" ADT_PREBUILTS="\ prebuilt/common/kxml2/kxml2-2.3.0.jar \ prebuilts/tools/common/asm-tools/asm-4.0.jar \ |