diff --git a/test/pom.xml b/test/pom.xml new file mode 100644 index 0000000..581e73b --- /dev/null +++ b/test/pom.xml @@ -0,0 +1,119 @@ + + + 4.0.0 + + org.yaaic + yaaic-test + 1.1-SNAPSHOT + apk + + yaaic test + + Test automation project for Yaaic. + + http://www.yaaic.org + 2009 + + + https://github.com/pocmo/Yaaic + scm:git:git://github.com/pocmo/Yaaic.git + + scm:git:git@github.com:pocmo/Yaaic.git + + + + + Sebastian Kaspari + sebastian@yaaic.org + pocmo + http://www.androidzeitgeist.com + + developer + + + + + + GitHub Issues + https://github.com/pocmo/Yaaic/issues + + + + + com.google.android + android + 4.1.1.4 + provided + + + + com.google.android + android-test + 4.1.1.4 + provided + + + + org.yaaic + yaaic + apk + 1.1-SNAPSHOT + + + + org.yaaic + yaaic + jar + provided + 1.1-SNAPSHOT + + + + com.actionbarsherlock + library + 4.1.0 + apklib + provided + + + + com.viewpagerindicator + library + 2.3.1 + apklib + provided + + + + com.jayway.android.robotium + robotium-solo + 3.5.1 + + + + + + UTF-8 + + + + ${project.artifactId} + src + + + + com.jayway.maven.plugins.android.generation2 + 3.3.0 + android-maven-plugin + true + + + 14 + + + + + + + diff --git a/test/test.sh b/test/test.sh deleted file mode 100755 index e6cf391..0000000 --- a/test/test.sh +++ /dev/null @@ -1,4 +0,0 @@ -android update test-project -p . -m ../application - -ant clean debug install test -