Revision: 10634
Author:   rchan...@google.com
Date:     Thu Sep  8 10:23:31 2011
Log:      Fixes ant build of DynatableRf sample

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

http://code.google.com/p/google-web-toolkit/source/detail?r=10634

Added:
 /trunk/samples/dynatablerf/build.xml
Modified:
 /trunk/samples/build.xml

=======================================
--- /dev/null
+++ /trunk/samples/dynatablerf/build.xml        Thu Sep  8 10:23:31 2011
@@ -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>
=======================================
--- /trunk/samples/build.xml    Wed Jun  1 08:59:33 2011
+++ /trunk/samples/build.xml    Thu Sep  8 10:23:31 2011
@@ -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">

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

Reply via email to