Reviewers: unnurg, rjrjr,

Description:
Fixes ant build of DynatableRf sample


Please review this at http://gwt-code-reviews.appspot.com/1537804/

Affected files:
  M samples/build.xml
  A samples/dynatablerf/build.xml


Index: samples/build.xml
===================================================================
--- samples/build.xml   (revision 10633)
+++ samples/build.xml   (working copy)
@@ -11,7 +11,7 @@
   </target>

   <target name="dynatablerf" description="Build dynatablerf">
-    <gwt.ant dir="dynatablerf" />
+    <gwt.ant dir="dynatablerf" target="source" />
   </target>

   <target name="expenses" description="Build expenses">
Index: samples/dynatablerf/build.xml
===================================================================
--- samples/dynatablerf/build.xml       (revision 0)
+++ samples/dynatablerf/build.xml       (revision 0)
@@ -0,0 +1,11 @@
+<project name="dynatablerf" default="build" basedir=".">
+  <property name="sample.root" value="dynatablerf" />
+  <property name="sample.module" value="DynaTableRf" />
+  <property name="sample.path" value="src" />
+  <import file="../common.ant.xml" />
+  <!-- these are after the common.ant.xml so they have gwt.tools etc -->
+  <path id="sample.extraclasspath">
+  </path>
+  <fileset id="sample.server.libs" dir="${gwt.tools.lib}">
+  </fileset>
+</project>


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to