aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2014-12-19 18:10:05 -0800
committerTor Norbye <tnorbye@google.com>2014-12-19 18:16:49 -0800
commit22289161515b34689da70365a9e0549c7aafc994 (patch)
treea0d9977646a5d503ab7c4dbb1a4fc47d48eff8d1 /eclipse/scripts
parent028925bbfa330eee5d4b43e10b9f7f1c0fc6863f (diff)
downloadsdk-22289161515b34689da70365a9e0549c7aafc994.zip
sdk-22289161515b34689da70365a9e0549c7aafc994.tar.gz
sdk-22289161515b34689da70365a9e0549c7aafc994.tar.bz2
Update ADT with ASM 5.0.3
Change-Id: I03d846ce1bf9210ca8c35da9cf11a395fd950251
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index e3cef1a..ff8a4b0 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -156,9 +156,9 @@ ADT_LIBS="make:ant-glob base:asset-studio base:lint-api base:lint-checks base:ni
base:rule-api swt:sdkuilib swt:swtmenubar base:manifest-merger"
ADT_PREBUILTS="\
prebuilts/tools/common/freemarker/freemarker-2.3.19.jar \
- prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/asm-4.0.jar \
- prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar \
- prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar \
+ prebuilts/tools/common/m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar \
+ prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar \
+ prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar \
prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/lombok-ast-0.2.2.jar"
LIBS="$LIBS $ADT_LIBS"