aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.ddms
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2013-03-18 17:18:15 -0700
committerXavier Ducrohet <xav@android.com>2013-03-18 17:40:03 -0700
commit9aacc569302d96bff2cf2790be3ec89ca65beeb5 (patch)
treed5bbaabc814d67f4b37bed610231fa75039e9c84 /eclipse/plugins/com.android.ide.eclipse.ddms
parent4e6beeb31ef0fb5508eb7ec885fc3be776acf483 (diff)
downloadsdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.tar.gz
sdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.tar.bz2
sdk-9aacc569302d96bff2cf2790be3ec89ca65beeb5.zip
Fix dependencies of adt plugins to depend on the right prebuilts.
Change-Id: Ibf8919eb96d9d026988bd2d97972e35aa0c9ae2f
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath b/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath
index 1ae72a4ef..a51b12544 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/.classpath
@@ -6,8 +6,8 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<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 exported="true" kind="lib" path="libs/ddmlib.jar" sourcepath="/ddmlib"/>
<classpathentry exported="true" kind="lib" path="libs/ddmuilib.jar" sourcepath="/ddmuilib"/>
+ <classpathentry kind="lib" path="libs/jfreechart-swt-1.0.9.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>