aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features/com.android.ide.eclipse.traceview
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-03-08 16:31:02 -0800
committerXavier Ducrohet <xav@android.com>2011-03-08 16:35:33 -0800
commitee5c6227dadf97b5248e080a3274ac2298da2468 (patch)
treed129e13911cbcb7484d066f8b189cd4420e18fef /eclipse/features/com.android.ide.eclipse.traceview
parent1d0a2869f34ff2c12e57bac5dcd85da8b5ce8e10 (diff)
downloadsdk-ee5c6227dadf97b5248e080a3274ac2298da2468.zip
sdk-ee5c6227dadf97b5248e080a3274ac2298da2468.tar.gz
sdk-ee5c6227dadf97b5248e080a3274ac2298da2468.tar.bz2
Make the feature require Eclipse 3.5
Change-Id: Idcc1ae2566e41656327190053e8e0ea22264d31d
Diffstat (limited to 'eclipse/features/com.android.ide.eclipse.traceview')
-rw-r--r--eclipse/features/com.android.ide.eclipse.traceview/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.traceview/feature.xml b/eclipse/features/com.android.ide.eclipse.traceview/feature.xml
index 7ef1460..4eceaa5 100644
--- a/eclipse/features/com.android.ide.eclipse.traceview/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.traceview/feature.xml
@@ -223,8 +223,8 @@
</url>
<requires>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.core.runtime"/>
+ <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.ide"/>
<import plugin="com.android.ide.eclipse.ddms" version="10.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.filesystem"/>