From ddb78a79fe416896b0450565a38cdef8880e45cf Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Mon, 29 Jul 2013 14:18:50 -0700 Subject: Change references from sdktestutils -> testutils Change-Id: I23e06a19d033582a86ec9dc7e90920a508046f9c --- eclipse/plugins/com.android.ide.eclipse.tests/.classpath | 2 +- eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF | 2 +- eclipse/plugins/com.android.ide.eclipse.tests/build.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'eclipse/plugins') diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath index 5202252..247c1c2 100644 --- a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath @@ -6,7 +6,7 @@ - + diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF index 8695eb2..e40176a 100644 --- a/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF +++ b/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF @@ -9,7 +9,7 @@ Require-Bundle: org.junit Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: kxml2-2.3.0.jar, ., - sdktestutils.jar, + testutils.jar, layoutlib.jar, lint-api.jar, lint-checks.jar, diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/build.properties b/eclipse/plugins/com.android.ide.eclipse.tests/build.properties index 27e32c2..e8daa3e 100644 --- a/eclipse/plugins/com.android.ide.eclipse.tests/build.properties +++ b/eclipse/plugins/com.android.ide.eclipse.tests/build.properties @@ -7,7 +7,7 @@ bin.includes = META-INF/,\ prefs.template,\ unittest.xml,\ kxml2-2.3.0.jar,\ - sdktestutils.jar,\ + testutils.jar,\ layoutlib.jar,\ lint-api.jar,\ lint-checks.jar,\ -- cgit v1.1