diff options
author | Xavier Ducrohet <xav@google.com> | 2013-09-03 12:01:31 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@google.com> | 2013-09-03 12:04:14 -0700 |
commit | 2512a19d6e173f97da3af6ac55727ed4dcb460af (patch) | |
tree | a161322718996fbe56a4271090ca75bf9eb148bc /eclipse/plugins/com.android.ide.eclipse.monitor | |
parent | c9162374e341a3cfcf8c97e5bca1b36c3209654b (diff) | |
download | sdk-2512a19d6e173f97da3af6ac55727ed4dcb460af.zip sdk-2512a19d6e173f97da3af6ac55727ed4dcb460af.tar.gz sdk-2512a19d6e173f97da3af6ac55727ed4dcb460af.tar.bz2 |
Update tools/ADT revision.
Change-Id: I4c0fc9be7b64606d109dd636066f856d618465a0
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.monitor')
3 files changed, 3 insertions, 3 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF index 3899c74..531d246 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: com.android.ide.eclipse.monitor;singleton:=true -Bundle-Version: 22.0.0.qualifier +Bundle-Version: 22.2.0.qualifier Bundle-Activator: com.android.ide.eclipse.monitor.MonitorPlugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product b/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product index 703c4e3..d87f01a 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/monitor.product @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?pde version="3.5"?> -<product name="monitor" uid="com.android.ide.eclipse.monitor.product.config" id="com.android.ide.eclipse.monitor.product" application="com.android.ide.eclipse.monitor.Application" version="22.0.0" useFeatures="false" includeLaunchers="true"> +<product name="monitor" uid="com.android.ide.eclipse.monitor.product.config" id="com.android.ide.eclipse.monitor.product" application="com.android.ide.eclipse.monitor.Application" version="22.2.0" useFeatures="false" includeLaunchers="true"> <configIni use="default"> diff --git a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties index 39fe42d..caaf8b5 100644 --- a/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties +++ b/eclipse/plugins/com.android.ide.eclipse.monitor/plugin.properties @@ -4,5 +4,5 @@ Bundle-Vendor = The Android Open Source Project Bundle-Name = Monitor aboutText = \n\ Android Device Monitor\n\ -Version: 22.0.0 \n\ +Version: 22.2.0 \n\ Copyright 2012, The Android Open Source Project \n\ |