diff options
author | Xavier Ducrohet <xav@android.com> | 2010-06-22 17:55:45 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-06-24 12:45:23 -0700 |
commit | e312b2800018fcfe7fad0b1c883127f1364a17d0 (patch) | |
tree | 96387c7e4c71e7ffa79d08223da9cc512fd3371f /eclipse/plugins/com.android.ide.eclipse.ddms/.classpath | |
parent | 44bee48407df99d758a36b24ae68077006de0c63 (diff) | |
download | sdk-e312b2800018fcfe7fad0b1c883127f1364a17d0.zip sdk-e312b2800018fcfe7fad0b1c883127f1364a17d0.tar.gz sdk-e312b2800018fcfe7fad0b1c883127f1364a17d0.tar.bz2 |
Make ddmlib/ddmuilib jar files inside the ddms plug-in instead of symlinks.
Also cleaned up the abstraction layer to load images from ddmuilib since
its image are now always located inside ddmuilib jar.
Change-Id: Id9d283df18a05b7b5593e4593e90dac6e5548b94
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.ddms/.classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath b/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath index 280621c..9132c7b 100644 --- a/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath @@ -6,5 +6,7 @@ <classpathentry kind="lib" path="libs/jfreechart-1.0.9.jar"/> <classpathentry kind="lib" path="libs/jcommon-1.0.12.jar"/> <classpathentry kind="lib" path="libs/jfreechart-1.0.9-swt.jar"/> + <classpathentry kind="lib" path="libs/ddmlib.jar"/> + <classpathentry kind="lib" path="libs/ddmuilib.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |