am 4cc22e5: ADT: Move more packages into internal

Merge commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54'

* commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54':
  ADT: Move more packages into internal
This commit is contained in:
Xavier Ducrohet
2009-05-13 17:07:08 -07:00
committed by The Android Open Source Project
42 changed files with 77 additions and 75 deletions

View File

@@ -15,7 +15,7 @@
*/
package com.android.ide.eclipse.tests.functests.sampleProjects;
import com.android.ide.eclipse.adt.project.ProjectHelper;
import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
import com.android.ide.eclipse.adt.wizards.newproject.StubSampleProjectWizard;
import com.android.ide.eclipse.tests.FuncTestCase;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.ide.eclipse.adt.build;
package com.android.ide.eclipse.adt.internal.build;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

View File

@@ -14,8 +14,9 @@
* limitations under the License.
*/
package com.android.ide.eclipse.adt.project;
package com.android.ide.eclipse.adt.internal.project;
import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
import com.android.ide.eclipse.mock.ClasspathEntryMock;
import com.android.ide.eclipse.mock.JavaProjectMock;