AI 143701: am: CL 143672 am: CL 143499 Fix the icon for the JUnit launch shortcut
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143701
diff --git a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
index 2c1394c..a75b8b9 100644
--- a/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
+++ b/tools/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml
@@ -551,7 +551,7 @@
          point="org.eclipse.debug.ui.launchShortcuts">
       <shortcut
             class="com.android.ide.eclipse.adt.launch.junit.AndroidJUnitLaunchShortcut"
-            icon="icons/android.png"
+            icon="icons/androidjunit.png"
             id="com.android.ide.eclipse.adt.junit.launchShortcut"
             label="Android JUnit Test"
             modes="run,debug">