aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features/com.android.ide.eclipse.ddms
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-11-25 08:07:54 -0800
committerTor Norbye <tnorbye@google.com>2011-11-28 11:09:58 -0800
commit20a1f007172016698d77dba6b0072ece23a53257 (patch)
treeec1780fcd2b67ecf089a94cb314fff9304ac25f8 /eclipse/features/com.android.ide.eclipse.ddms
parent556f4bc4717cad7d116d85fe41301bc57feec7eb (diff)
downloadsdk-20a1f007172016698d77dba6b0072ece23a53257.zip
sdk-20a1f007172016698d77dba6b0072ece23a53257.tar.gz
sdk-20a1f007172016698d77dba6b0072ece23a53257.tar.bz2
Require Eclipse 3.6 for ADT 16
Updates the feature descriptors to depend on Eclipse 3.6, such that ADT 16 can't be installed in Eclipse 3.5. I think we agreed to require Eclipse 3.6 recently, and Raphael has already made the build server switch in changeset 9c014a83a. Change-Id: I8f00f4363f23094063d4bd2876e2ac0dae24e4ec
Diffstat (limited to 'eclipse/features/com.android.ide.eclipse.ddms')
-rw-r--r--eclipse/features/com.android.ide.eclipse.ddms/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml
index 4c54eba..196ff2c 100644
--- a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml
@@ -228,8 +228,8 @@
</url>
<requires>
- <import plugin="org.eclipse.ui" version="3.5" match="greaterOrEqual"/>
- <import plugin="org.eclipse.core.runtime" version="3.5" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.6.2" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.6.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.console"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui.ide"/>