From 5a0f83d156583cf25fd7b227b7b860d7c45e1240 Mon Sep 17 00:00:00 2001 From: "JesusFreke@JesusFreke.com" Date: Sun, 14 Jun 2009 01:28:32 +0000 Subject: [PATCH] fixed up whitespace git-svn-id: https://smali.googlecode.com/svn/trunk@149 55b6fa8a-2a1e-11de-a435-ffa8d773f76a --- smali-integration-tests/pom.xml | 117 ++++++++++++++++---------------- 1 file changed, 59 insertions(+), 58 deletions(-) diff --git a/smali-integration-tests/pom.xml b/smali-integration-tests/pom.xml index 0097f5c4..b5775f34 100644 --- a/smali-integration-tests/pom.xml +++ b/smali-integration-tests/pom.xml @@ -7,9 +7,9 @@ 0.91-SNAPSHOT pom - org.jf - smali-pom - 0.91-SNAPSHOT + org.jf + smali-pom + 0.91-SNAPSHOT @@ -17,7 +17,7 @@ org.jf maven-smali-plugin - + junit-tests assemble @@ -31,60 +31,61 @@ maven-assembly-plugin - - - test - - single - - - - src/assemble/zip.xml - - - - + + + test + + single + + + + src/assemble/zip.xml + + + + - - org.jvending.masa.plugins - maven-adb-plugin - - - test - - push - - - ${project.build.directory}/${project.build.finalName}-zip.zip - /data/local/test.zip - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.1 - - - test - - exec - - - - - adb - - shell - dalvikvm - -cp - /data/local/junit-4.6.zip:/data/local/test.zip - org/junit/runner/JUnitCore - AllTests - - - - + + org.jvending.masa.plugins + maven-adb-plugin + + + test + + push + + + ${project.build.directory}/${project.build.finalName}-zip.zip + + /data/local/test.zip + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + + + test + + exec + + + + + adb + + shell + dalvikvm + -cp + /data/local/junit-4.6.zip:/data/local/test.zip + org/junit/runner/JUnitCore + AllTests + + + +