diff options
author | Raphael Moll <ralf@android.com> | 2013-01-15 23:49:45 -0800 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2013-01-16 12:56:30 -0800 |
commit | f7fcf41e9bb1f1735ec618d19f6558e5011f029b (patch) | |
tree | e0b703b0808b66ef27ba3b13ceb00fda04366560 /lint/libs/lint_api | |
parent | 082b71536f072ea7ab5887ec537a2d4062f1aaaa (diff) | |
download | sdk-f7fcf41e9bb1f1735ec618d19f6558e5011f029b.zip sdk-f7fcf41e9bb1f1735ec618d19f6558e5011f029b.tar.gz sdk-f7fcf41e9bb1f1735ec618d19f6558e5011f029b.tar.bz2 |
Fix Eclipse classpath for projects moved to tools/base or swt.
Change-Id: Ibc54b1a23688217666b60ce7dc692f0bba00419a
Diffstat (limited to 'lint/libs/lint_api')
-rw-r--r-- | lint/libs/lint_api/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/libs/lint_api/.classpath b/lint/libs/lint_api/.classpath index b9f0a8a..63e37d2 100644 --- a/lint/libs/lint_api/.classpath +++ b/lint/libs/lint_api/.classpath @@ -8,6 +8,6 @@ <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/guava-tools/guava-13.0.1.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/guava-tools/src-4.0.zip"/> <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/lombok-ast/lombok-ast-0.2.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/lombok-ast/src-4.0.zip"/> <classpathentry combineaccessrules="false" kind="src" path="/layoutlib_api"/> - <classpathentry combineaccessrules="false" kind="src" path="/SdkLib"/> + <classpathentry combineaccessrules="false" kind="src" path="/sdklib"/> <classpathentry kind="output" path="bin"/> </classpath> |