am 4cc22e5: ADT: Move more packages into internal
Merge commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54' * commit '4cc22e5ebf7c69e06a6cbf893a97d2ade46c0d54': ADT: Move more packages into internal
This commit is contained in:
committed by
The Android Open Source Project
commit
272de4c149
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user