aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.tests
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-07-29 14:18:50 -0700
committerSiva Velusamy <vsiva@google.com>2013-07-29 14:18:50 -0700
commitddb78a79fe416896b0450565a38cdef8880e45cf (patch)
treef439db917b8a005ad5599cd7a218be142cdda9c5 /eclipse/plugins/com.android.ide.eclipse.tests
parent5b5fd9f338ae738f2b1bc27403b74e7052e14b2a (diff)
downloadsdk-ddb78a79fe416896b0450565a38cdef8880e45cf.tar.gz
Change references from sdktestutils -> testutils
Change-Id: I23e06a19d033582a86ec9dc7e90920a508046f9c
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.tests')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/.classpath2
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF2
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/build.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
index 52022527e..247c1c2b0 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
@@ -6,7 +6,7 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="kxml2-2.3.0.jar"/>
<classpathentry kind="lib" path="easymock.jar"/>
- <classpathentry kind="lib" path="sdktestutils.jar"/>
+ <classpathentry kind="lib" path="testutils.jar"/>
<classpathentry kind="lib" path="/plugin-adt/libs/ninepatch.jar" sourcepath="/ninepatch"/>
<classpathentry kind="lib" path="/plugin-base/libs/sdklib.jar" sourcepath="/SdkLib"/>
<classpathentry kind="lib" path="/plugin-adt/libs/sdkuilib.jar" sourcepath="/SdkUiLib"/>
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 8695eb2ef..e40176aa7 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 27e32c289..e8daa3e05 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,\