Added dummy test and checkstyle targets so that the build does not break. 

Patch by: kprobst
Review by: amitmanjhi



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@4240 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/tools/soyc-vis/build.xml b/tools/soyc-vis/build.xml
index 1ad5cd0..9b5f503 100644
--- a/tools/soyc-vis/build.xml
+++ b/tools/soyc-vis/build.xml
@@ -13,5 +13,9 @@
 
     <target name="build" depends="clean, compile"/>
 
+    <target name="test"/>
+
+    <target name="checkstyle"/>
+      
 
 </project>
\ No newline at end of file