aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-08-27 18:40:32 -0700
committerXavier Ducrohet <xav@android.com>2010-08-27 18:44:14 -0700
commit2cb502c63dd69bfa3b6a4c8298a0688d1ae800a5 (patch)
tree8d3e2de92eab4f8056b6de89946e743f56ad8e49 /eclipse/features
parentd86340c0a90fdf634165ea5f92ed27e34b95a037 (diff)
downloadsdk-2cb502c63dd69bfa3b6a4c8298a0688d1ae800a5.zip
sdk-2cb502c63dd69bfa3b6a4c8298a0688d1ae800a5.tar.gz
sdk-2cb502c63dd69bfa3b6a4c8298a0688d1ae800a5.tar.bz2
Recompute feature dependencies.
Change-Id: I22afafe283cd2e114f4d3b84687adcd18c17d784
Diffstat (limited to 'eclipse/features')
-rw-r--r--eclipse/features/com.android.ide.eclipse.adt/feature.xml1
-rw-r--r--eclipse/features/com.android.ide.eclipse.tests/feature.xml8
2 files changed, 2 insertions, 7 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.adt/feature.xml b/eclipse/features/com.android.ide.eclipse.adt/feature.xml
index f164148..c94cd2e 100644
--- a/eclipse/features/com.android.ide.eclipse.adt/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.adt/feature.xml
@@ -142,6 +142,7 @@ This Agreement is governed by the laws of the State of New York and the intellec
<import plugin="org.eclipse.ltk.core.refactoring"/>
<import plugin="org.eclipse.ltk.ui.refactoring"/>
<import plugin="org.eclipse.core.expressions"/>
+ <import plugin="com.android.ide.eclipse.hierarchyviewer"/>
</requires>
<plugin
diff --git a/eclipse/features/com.android.ide.eclipse.tests/feature.xml b/eclipse/features/com.android.ide.eclipse.tests/feature.xml
index 2c17001..939ba21 100644
--- a/eclipse/features/com.android.ide.eclipse.tests/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.tests/feature.xml
@@ -10,14 +10,8 @@
</copyright>
<requires>
- <import plugin="org.eclipse.ui"/>
- <import plugin="org.eclipse.core.runtime"/>
- <import plugin="org.eclipse.core.resources"/>
- <import plugin="com.android.ide.eclipse.adt"/>
<import plugin="org.junit"/>
- <import plugin="org.eclipse.jdt.core"/>
- <import plugin="org.eclipse.jdt.launching"/>
- <import plugin="org.eclipse.ui.views"/>
+ <import plugin="com.android.ide.eclipse.adt" match="perfect"/>
</requires>
<plugin