diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-04-30 17:35:28 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-04-30 17:35:28 -0700 |
commit | 5bd281519c4d63b3f6ff80a70a77909794f81eed (patch) | |
tree | d301e6e004891d4667c11fa9a1d7984b46b442b0 /ide_common | |
parent | af7576b339cbe93f7d822bf302ff85d396acfba2 (diff) | |
download | sdk-5bd281519c4d63b3f6ff80a70a77909794f81eed.zip sdk-5bd281519c4d63b3f6ff80a70a77909794f81eed.tar.gz sdk-5bd281519c4d63b3f6ff80a70a77909794f81eed.tar.bz2 |
Move kxml2 to prebuilts/misc
Change-Id: I3a939238911ae7c09bb75b27e1ce623777cd4e18
Diffstat (limited to 'ide_common')
-rw-r--r-- | ide_common/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide_common/.classpath b/ide_common/.classpath index 89ce2dd..79fe47a 100644 --- a/ide_common/.classpath +++ b/ide_common/.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="/layoutlib_api"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilt/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_SRC/dalvik/libcore/xml/src/main/java"/> + <classpathentry kind="var" path="ANDROID_SRC/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_SRC/dalvik/libcore/xml/src/main/java"/> <classpathentry combineaccessrules="false" kind="src" path="/common"/> <classpathentry kind="output" path="bin"/> </classpath> |