Add DynaTableRf to the distribution, and fix some checkstyle issues.
Pave the way a bit for LoggingExample.

Review at http://gwt-code-reviews.appspot.com/775805

Review by: unnurg@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8654 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/build.xml b/samples/build.xml
index f902522..6676020 100644
--- a/samples/build.xml
+++ b/samples/build.xml
@@ -26,6 +26,10 @@
     <gwt.ant dir="json" />
   </target>
 
+  <target name="logexample" description="Build logexample">
+    <gwt.ant dir="logexample" />
+  </target>
+
   <target name="mail" description="Build mail">
     <gwt.ant dir="mail" />
   </target>
@@ -36,9 +40,11 @@
 
   <target name="-do" description="Run all subprojects" >
     <antcall target="dynatable" />
+    <antcall target="dynatablerf" />
     <antcall target="expenses" />
     <antcall target="hello" />
     <antcall target="json" />
+    <!-- <antcall target="logexample" /> Doesn't quite work yet -->
     <antcall target="mail" />
     <antcall target="showcase" />
   </target>