am 9eedccd: Moved more ADT packages into internal.

Merge commit '9eedccd52c6a6c579edf240afd397439691057d6'

* commit '9eedccd52c6a6c579edf240afd397439691057d6':
  Moved more ADT packages into internal.
This commit is contained in:
Xavier Ducrohet
2009-05-13 16:45:46 -07:00
committed by The Android Open Source Project
92 changed files with 146 additions and 145 deletions

View File

@@ -14,7 +14,9 @@
* limitations under the License.
*/
package com.android.ide.eclipse.adt.launch;
package com.android.ide.eclipse.adt.internal.launch;
import com.android.ide.eclipse.adt.internal.launch.JUnitLaunchConfigDelegate;
import java.io.IOException;
import java.util.Arrays;

View File

@@ -15,7 +15,7 @@
*/
package com.android.ide.eclipse.tests;
import com.android.ide.eclipse.common.AndroidConstants;
import com.android.ide.eclipse.adt.AndroidConstants;
import org.eclipse.core.runtime.FileLocator;
import org.eclipse.core.runtime.Platform;