diff options
author | Xavier Ducrohet <xav@android.com> | 2010-03-11 17:12:57 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-03-11 17:12:57 -0800 |
commit | f745464a0f8d5576cdbd06d8b3641fe7167a45b0 (patch) | |
tree | 807571654ac3a401f2afdcd53a910aa80dc70d48 /eclipse/features | |
parent | f9418b6c19f9e93d0c7b1bba826aaf38ac39c7ec (diff) | |
download | sdk-f745464a0f8d5576cdbd06d8b3641fe7167a45b0.zip sdk-f745464a0f8d5576cdbd06d8b3641fe7167a45b0.tar.gz sdk-f745464a0f8d5576cdbd06d8b3641fe7167a45b0.tar.bz2 |
Make ADT requires the exact same version of DDMS.
Bug: 2129570
Change-Id: Id351fa7f0459a66bf432976d5550d95d7ddc795a
Diffstat (limited to 'eclipse/features')
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.adt/feature.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.adt/feature.xml b/eclipse/features/com.android.ide.eclipse.adt/feature.xml index 253787c..e182bb4 100644 --- a/eclipse/features/com.android.ide.eclipse.adt/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.adt/feature.xml @@ -112,7 +112,7 @@ This Agreement is governed by the laws of the State of New York and the intellec </url> <requires> - <import plugin="com.android.ide.eclipse.ddms"/> + <import plugin="com.android.ide.eclipse.ddms" match="perfect"/> <import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.debug.core"/> |