diff options
Diffstat (limited to 'eclipse/features')
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.adt/feature.xml | 1 | ||||
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.ddms/feature.xml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.adt/feature.xml b/eclipse/features/com.android.ide.eclipse.adt/feature.xml index d62ddad..0e631d6 100644 --- a/eclipse/features/com.android.ide.eclipse.adt/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.adt/feature.xml @@ -111,6 +111,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.base" match="perfect"/> <import plugin="com.android.ide.eclipse.ddms" match="perfect"/> <import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/> <import plugin="org.eclipse.core.resources"/> diff --git a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml index 8ac4802..b8593cf 100644 --- a/eclipse/features/com.android.ide.eclipse.ddms/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.ddms/feature.xml @@ -238,6 +238,13 @@ </requires> <plugin + id="com.android.ide.eclipse.base" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="com.android.ide.eclipse.ddms" download-size="0" install-size="0" |