diff options
author | Raphael Moll <ralf@android.com> | 2012-04-04 14:23:31 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2012-04-04 14:23:31 -0700 |
commit | 15f1c9388774f47754e7b69702a05ea467fd14d0 (patch) | |
tree | 4f53da05da4ba88e434088c6e08c1b7c9fca73de /anttasks/.classpath | |
parent | ba9150e70331407ef656d386fba842b8e2b1335c (diff) | |
download | sdk-15f1c9388774f47754e7b69702a05ea467fd14d0.zip sdk-15f1c9388774f47754e7b69702a05ea467fd14d0.tar.gz sdk-15f1c9388774f47754e7b69702a05ea467fd14d0.tar.bz2 |
SDK: anttask refers to old prebuilt location for ant.jar
Change-Id: I254845a030588b92aa5579258acb24424f19d974
Diffstat (limited to 'anttasks/.classpath')
-rw-r--r-- | anttasks/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/anttasks/.classpath b/anttasks/.classpath index 9fc1c9c..b936073 100644 --- a/anttasks/.classpath +++ b/anttasks/.classpath @@ -3,7 +3,7 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry combineaccessrules="false" kind="src" path="/SdkLib"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/ant/ant.jar"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/ant/ant.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/common"/> <classpathentry kind="output" path="bin"/> </classpath> |