AI 143398: am: CL 143269 am: CL 143143 Update ADT changes.txt with JUnit features, and properly restrict ADT package access.
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143398
diff --git a/tools/eclipse/changes.txt b/tools/eclipse/changes.txt
index 8cd843e..02d9075 100644
--- a/tools/eclipse/changes.txt
+++ b/tools/eclipse/changes.txt
@@ -5,6 +5,7 @@
     * Project properties (right click project in Package Explorer, then "Properties"), lets you edit project target.
     * New Launch configuration option to choose debug deployment target.
 - Ability to export multiple apk from one project, using resource filters. See the 'android' property for Android projects.
+- Support for running JUnit tests on a device/emulator from a new "Android JUnit tests" launch configuration.
 
 0.8.1:
 
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 c0dfcef..0ec97aa 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
@@ -45,16 +45,16 @@
  org.eclipse.ltk.core.refactoring,
  org.eclipse.ltk.ui.refactoring
 Eclipse-LazyStart: true
-Export-Package: com.android.ide.eclipse.adt,
+Export-Package: com.android.ide.eclipse.adt;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.build;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.launch;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.project;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.project.internal;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.sdk;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.adt.wizards.newproject;x-friends:="com.android.ide.eclipse.tests",
- com.android.ide.eclipse.common,
- com.android.ide.eclipse.common.project,
- com.android.ide.eclipse.common.resources,
+ com.android.ide.eclipse.common;x-friends:="com.android.ide.eclipse.tests",
+ com.android.ide.eclipse.common.project;x-friends:="com.android.ide.eclipse.tests",
+ com.android.ide.eclipse.common.resources;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.editors;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.editors.descriptors;x-friends:="com.android.ide.eclipse.tests",
  com.android.ide.eclipse.editors.layout;x-friends:="com.android.ide.eclipse.tests",