From a8721e70401212af0277a5d90921798014fc4bd5 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 22 Jul 2009 18:37:33 -0700 Subject: [PATCH] Move ADT/DDMS plug-ins to 0.9.2 --- .../features/com.android.ide.eclipse.adt/feature.xml | 2 +- .../features/com.android.ide.eclipse.ddms/feature.xml | 4 ++-- .../features/com.android.ide.eclipse.tests/feature.xml | 2 +- .../com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | 2 +- .../com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF | 2 +- .../com.android.ide.eclipse.tests/META-INF/MANIFEST.MF | 2 +- tools/eclipse/sites/external/site.xml | 4 ++-- tools/eclipse/sites/internal/site.xml | 6 +++--- tools/scripts/plugin.prop | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tools/eclipse/features/com.android.ide.eclipse.adt/feature.xml b/tools/eclipse/features/com.android.ide.eclipse.adt/feature.xml index 3f8342ebc..e739044cc 100644 --- a/tools/eclipse/features/com.android.ide.eclipse.adt/feature.xml +++ b/tools/eclipse/features/com.android.ide.eclipse.adt/feature.xml @@ -2,7 +2,7 @@ diff --git a/tools/eclipse/features/com.android.ide.eclipse.ddms/feature.xml b/tools/eclipse/features/com.android.ide.eclipse.ddms/feature.xml index ae3944b1d..e70c1b98a 100644 --- a/tools/eclipse/features/com.android.ide.eclipse.ddms/feature.xml +++ b/tools/eclipse/features/com.android.ide.eclipse.ddms/feature.xml @@ -2,7 +2,7 @@ @@ -14,7 +14,7 @@ - Note: jcommon-1.0.12.jar is under the BSD license rather than the APL. You can find a copy of the BSD License at http://www.opensource.org/licenses/bsd-license.php + Note: jcommon-1.0.12.jar is under the BSD license rather than the APL. You can find a copy of the BSD License at http://www.opensource.org/licenses/bsd-license.php jfreechart-1.0.9.jar and jfreechart-1.0.9-swt.jar are under the LGPL rather than the EPL. You can find a copy of the LGPL at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt. You can get the source code for these two components at http://android.git.kernel.org/pub/jfreechart-1.0.9.zip diff --git a/tools/eclipse/features/com.android.ide.eclipse.tests/feature.xml b/tools/eclipse/features/com.android.ide.eclipse.tests/feature.xml index b88f0718c..d2778feb9 100644 --- a/tools/eclipse/features/com.android.ide.eclipse.tests/feature.xml +++ b/tools/eclipse/features/com.android.ide.eclipse.tests/feature.xml @@ -2,7 +2,7 @@ diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF b/tools/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF index b3635fcee..fc499023a 100644 --- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF +++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Android Development Toolkit Bundle-SymbolicName: com.android.ide.eclipse.adt;singleton:=true -Bundle-Version: 0.9.1.qualifier +Bundle-Version: 0.9.2.qualifier Bundle-ClassPath: ., jarutils.jar, androidprefs.jar, diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF b/tools/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF index 2488fd110..ebdec6d45 100644 --- a/tools/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF +++ b/tools/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Dalvik Debug Monitor Service Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true -Bundle-Version: 0.9.1.qualifier +Bundle-Version: 0.9.2.qualifier Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin Bundle-Vendor: The Android Open Source Project Bundle-Localization: plugin diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF b/tools/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF index 22cda7108..61bfbe47a 100644 --- a/tools/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF +++ b/tools/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Android Plugin Tests Bundle-SymbolicName: com.android.ide.eclipse.tests -Bundle-Version: 0.9.1.qualifier +Bundle-Version: 0.9.2.qualifier Bundle-Activator: com.android.ide.eclipse.tests.AndroidTestPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/tools/eclipse/sites/external/site.xml b/tools/eclipse/sites/external/site.xml index 404abe56b..7dee775fe 100644 --- a/tools/eclipse/sites/external/site.xml +++ b/tools/eclipse/sites/external/site.xml @@ -3,10 +3,10 @@ Update Site for Android Development Toolkit - + - + diff --git a/tools/eclipse/sites/internal/site.xml b/tools/eclipse/sites/internal/site.xml index b53af921e..4fd533337 100644 --- a/tools/eclipse/sites/internal/site.xml +++ b/tools/eclipse/sites/internal/site.xml @@ -3,13 +3,13 @@ Update Site for Android Development Toolkit - + - + - + diff --git a/tools/scripts/plugin.prop b/tools/scripts/plugin.prop index cda5d0165..af9613eb3 100644 --- a/tools/scripts/plugin.prop +++ b/tools/scripts/plugin.prop @@ -1,4 +1,4 @@ # begin plugin.prop -plugin.version=0.9.1 +plugin.version=0.9.2 plugin.platform=android # end plugin.prop \ No newline at end of file