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
diff --git a/eclipse/features/com.android.ide.eclipse.hierarchyviewer/feature.xml b/eclipse/features/com.android.ide.eclipse.hierarchyviewer/feature.xml
index 06e5bbd..7145ddc 100644
--- a/eclipse/features/com.android.ide.eclipse.hierarchyviewer/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.hierarchyviewer/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.console"/>
       <import plugin="com.android.ide.eclipse.ddms" match="perfect"/>
    </requires>