summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/.classpath
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-05-08 16:18:32 -0700
committerXavier Ducrohet <xav@android.com>2012-05-08 16:18:32 -0700
commit05b50149ab3b3da19343155fa591eb5b47f246b8 (patch)
tree45992aa9ecc19435eb374ea5427ef0de14326c58 /tools/layoutlib/bridge/.classpath
parent709d138d2fbbfbcddde9c87528151dc897095742 (diff)
downloadframeworks_base-05b50149ab3b3da19343155fa591eb5b47f246b8.zip
frameworks_base-05b50149ab3b3da19343155fa591eb5b47f246b8.tar.gz
frameworks_base-05b50149ab3b3da19343155fa591eb5b47f246b8.tar.bz2
Fix classpath of eclipse projects for layoutlib.
This is due to the prebuilts reorg. Change-Id: I6afa82d7ac64286aa89b4b1cfb4af59e4c7000ce
Diffstat (limited to 'tools/layoutlib/bridge/.classpath')
-rw-r--r--tools/layoutlib/bridge/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/layoutlib/bridge/.classpath b/tools/layoutlib/bridge/.classpath
index 9fb000e..3c124d9 100644
--- a/tools/layoutlib/bridge/.classpath
+++ b/tools/layoutlib/bridge/.classpath
@@ -2,10 +2,10 @@
<classpath>
<classpathentry excluding="org/kxml2/io/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilt/common/layoutlib_api/layoutlib_api-prebuilt.jar"/>
- <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilt/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_PLAT_SRC/dalvik/libcore/xml/src/main/java"/>
+ <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/layoutlib_api/layoutlib_api-prebuilt.jar"/>
+ <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/kxml2/kxml2-2.3.0.jar" sourcepath="/ANDROID_PLAT_SRC/dalvik/libcore/xml/src/main/java"/>
<classpathentry kind="var" path="ANDROID_PLAT_SRC/out/host/common/obj/JAVA_LIBRARIES/temp_layoutlib_intermediates/javalib.jar" sourcepath="/ANDROID_PLAT_SRC/frameworks/base"/>
- <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilt/common/ninepatch/ninepatch-prebuilt.jar"/>
- <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilt/common/tools-common/tools-common-prebuilt.jar"/>
+ <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/ninepatch/ninepatch-prebuilt.jar"/>
+ <classpathentry kind="var" path="ANDROID_PLAT_SRC/prebuilts/misc/common/tools-common/tools-common-prebuilt.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>