diff options
author | Xavier Ducrohet <xav@android.com> | 2013-03-18 17:18:15 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2013-03-18 17:40:03 -0700 |
commit | 9aacc569302d96bff2cf2790be3ec89ca65beeb5 (patch) | |
tree | d5bbaabc814d67f4b37bed610231fa75039e9c84 /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | 4e6beeb31ef0fb5508eb7ec885fc3be776acf483 (diff) | |
download | sdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.zip sdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.tar.gz sdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.tar.bz2 |
Fix dependencies of adt plugins to depend on the right prebuilts.
Change-Id: Ibf8919eb96d9d026988bd2d97972e35aa0c9ae2f
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index a0396bc..89b762f 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -12,10 +12,11 @@ <classpathentry exported="true" kind="lib" path="libs/ant-glob.jar"/> <classpathentry exported="true" kind="lib" path="libs/freemarker-2.3.19.jar"/> <classpathentry exported="true" kind="lib" path="libs/manifest-merger.jar" sourcepath="/ManifestMerger"/> - <classpathentry kind="var" path="ANDROID_SRC/sdk/eclipse/plugins/com.android.ide.eclipse.adt/libs/propertysheet.jar" sourcepath="/ANDROID_SRC/external/eclipse-windowbuilder/propertysheet/src"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-4.0.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/asm-tools/src.zip"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-tree-4.0.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/asm-tools/src.zip"/> - <classpathentry kind="var" path="ANDROID_SRC/prebuilts/tools/common/asm-tools/asm-analysis-4.0.jar" sourcepath="/ANDROID_SRC/prebuilts/tools/common/asm-tools/src.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.zip"/> + <classpathentry exported="true" kind="lib" path="libs/lombok-ast-0.2.jar"/> + <classpathentry exported="true" kind="lib" path="libs/propertysheet.jar"/> + <classpathentry exported="true" kind="lib" path="libs/asm-4.0.jar"/> + <classpathentry exported="true" kind="lib" path="libs/asm-analysis-4.0.jar"/> + <classpathentry exported="true" kind="lib" path="libs/asm-tree-4.0.jar"/> + <classpathentry exported="true" kind="lib" path="libs/swtmenubar.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |