diff options
author | Xavier Ducrohet <xav@android.com> | 2010-07-19 17:21:00 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-07-19 17:21:00 -0700 |
commit | f9248a89f2ffab98f20a3cd93185613b1af02a00 (patch) | |
tree | 6e3b1432b3f8de92c15385a0a5647d365db43c86 /eclipse/features | |
parent | bcaffb30bcf81f5f3209d66af5585f05bceea1e1 (diff) | |
download | sdk-f9248a89f2ffab98f20a3cd93185613b1af02a00.zip sdk-f9248a89f2ffab98f20a3cd93185613b1af02a00.tar.gz sdk-f9248a89f2ffab98f20a3cd93185613b1af02a00.tar.bz2 |
Fix DDMS's dependencies in the feature declaration.
Change-Id: I215862930f2336b59e6d733bff4ed9dffcca58d8
Diffstat (limited to 'eclipse/features')
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.ddms/feature.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml index 8535b9d..1e4d1c3 100644 --- a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml @@ -233,6 +233,7 @@ <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.ui.ide"/> <import plugin="org.eclipse.core.filesystem"/> + <import plugin="org.eclipse.jdt.core"/> </requires> <plugin |