OSDN Git Service

AI 143398: am: CL 143269 am: CL 143143 Update ADT changes.txt with JUnit features...
authorXavier Ducrohet <>
Sat, 28 Mar 2009 02:58:10 +0000 (19:58 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Sat, 28 Mar 2009 02:58:10 +0000 (19:58 -0700)
  Original author: xav
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143398

eclipse/changes.txt
eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF

index 8cd843e..02d9075 100644 (file)
@@ -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:
 
index c0dfcef..0ec97aa 100644 (file)
@@ -45,16 +45,16 @@ Require-Bundle: com.android.ide.eclipse.ddms,
  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",