diff options
author | Raphael Moll <raphael@google.com> | 2011-11-30 11:15:16 -0800 |
---|---|---|
committer | Raphael Moll <raphael@google.com> | 2011-11-30 13:15:25 -0800 |
commit | 5b17890a97b9d7b8778f06c0015e92859a98eed1 (patch) | |
tree | 893c8d9a4c89597cd7a536e7ce3a10f78718d5b3 /eclipse/features/com.android.ide.eclipse.traceview | |
parent | c7e747d6ff96efedee11a3915bc99487edab31ae (diff) | |
download | sdk-5b17890a97b9d7b8778f06c0015e92859a98eed1.zip sdk-5b17890a97b9d7b8778f06c0015e92859a98eed1.tar.gz sdk-5b17890a97b9d7b8778f06c0015e92859a98eed1.tar.bz2 |
Merge "ADT 16: fix org.eclipse core.runtime to 3.6.0"
There is no such 3.6.2 version for the core.runtime plugin.
The org.eclipse.ui plugin does require 3.6.2 though.
SDK Bug: 5690034
(Cherry-pick from 68afb2636d773c139e6909ad69f4fda951ee8133)
Change-Id: I90220adcc2c640df900c311a2d00d1b5ef5cb020
Diffstat (limited to 'eclipse/features/com.android.ide.eclipse.traceview')
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.traceview/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.traceview/feature.xml b/eclipse/features/com.android.ide.eclipse.traceview/feature.xml index 69fc4ee..4aa71ff 100644 --- a/eclipse/features/com.android.ide.eclipse.traceview/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.traceview/feature.xml @@ -223,8 +223,8 @@ </url> <requires> - <import plugin="org.eclipse.ui" version="3.6" match="greaterOrEqual"/> - <import plugin="org.eclipse.core.runtime" version="3.6" match="greaterOrEqual"/> + <import plugin="org.eclipse.ui" version="3.6.2" match="greaterOrEqual"/> + <import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/> <import plugin="org.eclipse.ui.ide"/> <import plugin="com.android.ide.eclipse.ddms" version="10.0.0" match="greaterOrEqual"/> <import plugin="org.eclipse.core.filesystem"/> |