Revision: 8613
Author: [email protected]
Date: Fri Aug 20 17:51:06 2010
Log: Deletes the expenses sample from this 2.1M3 branch. Can roll it back once it is
ready.

Patch by: rjrjr,amitmanjhi


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

Deleted:
 /branches/2.1M3/samples/expenses
Modified:
 /branches/2.1M3/samples/build.xml

=======================================
--- /branches/2.1M3/samples/build.xml   Wed Aug 18 18:29:03 2010
+++ /branches/2.1M3/samples/build.xml   Fri Aug 20 17:51:06 2010
@@ -14,10 +14,6 @@
     <gwt.ant dir="dynatablerf" />
   </target>

-  <target name="expenses" description="Build expenses">
-    <gwt.ant dir="expenses" />
-  </target>
-
   <target name="hello" description="Build hello">
     <gwt.ant dir="hello" />
   </target>
@@ -36,7 +32,6 @@

   <target name="-do" description="Run all subprojects" >
     <antcall target="dynatable" />
-    <antcall target="expenses" />
     <antcall target="hello" />
     <antcall target="json" />
     <antcall target="mail" />

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

Reply via email to