Moved more ADT packages into internal.

adt.build
adt.launch.*
adt.preferences

Also started combining adt and common.
This commit is contained in:
Xavier Ducrohet
2009-05-13 16:37:55 -07:00
parent 2c83a9f10c
commit 9eedccd52c
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;