From 8b73be11eaf3c3eb44dfe4d217d6172f465418c6 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Mon, 22 Oct 2012 13:50:39 -0700 Subject: adtpackage: Include features, not plugins. This should maintain compatibility with upgrading features provided by ADT plugins. Change-Id: I9a711fd0a9239cfeea421919a2789c82a93899da --- .../feature.xml | 95 +++++++--------------- .../META-INF/MANIFEST.MF | 2 +- .../ide.product | 4 +- 3 files changed, 34 insertions(+), 67 deletions(-) diff --git a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml index 8bddc8e..12e4ef3 100644 --- a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml @@ -1,8 +1,8 @@ @@ -27,6 +27,30 @@ version="0.0.0" search-location="both"/> + + + + + + + + + + + + @@ -67,10 +91,10 @@ - - - - + + + + @@ -88,63 +112,6 @@ id="com.android.ide.eclipse.adt.package" download-size="0" install-size="0" - version="0.0.0" - unpack="true"/> - - - - - - - - - - - - - - - - + version="0.0.0"/> diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.adt.package/META-INF/MANIFEST.MF index 752f749..7dac1b2 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt.package/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: ADT Package Bundle-SymbolicName: com.android.ide.eclipse.adt.package;singleton:=true -Bundle-Version: 20.0.0.qualifier +Bundle-Version: 21.0.0.qualifier Bundle-Vendor: The Android Open Source Project Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Require-Bundle: org.eclipse.platform, diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/ide.product b/eclipse/plugins/com.android.ide.eclipse.adt.package/ide.product index 599bf0f..5e34b2c 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt.package/ide.product +++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/ide.product @@ -1,7 +1,7 @@ - + @@ -35,7 +35,7 @@ - + -- cgit v1.1