Revision: 8644
Author: fabb...@google.com
Date: Wed Aug 25 11:12:04 2010
Log: Not compile-building expenses sample, just collecting its files
into the distro.

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

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

Modified:
 /trunk/distro-source/build.xml
 /trunk/samples/build.xml
 /trunk/samples/common.ant.xml
 /trunk/samples/expenses/README-MAVEN.txt

=======================================
--- /trunk/distro-source/build.xml      Fri Jun 25 08:11:18 2010
+++ /trunk/distro-source/build.xml      Wed Aug 25 11:12:04 2010
@@ -45,6 +45,9 @@
       <zipfileset dir="${gwt.build.out}" prefix="${project.distname}">
         <include name="samples" />
         <include name="samples/*" />
+        <include name="samples/*/build.xml" />
+        <include name="samples/*/pom.xml" />
+        <include name="samples/*/README-MAVEN.txt" />
         <include name="samples/*/src/**" />
         <include name="samples/*/war/**" />
       </zipfileset>
=======================================
--- /trunk/samples/build.xml    Fri Aug 20 08:26:19 2010
+++ /trunk/samples/build.xml    Wed Aug 25 11:12:04 2010
@@ -15,7 +15,7 @@
   </target>

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

   <target name="hello" description="Build hello">
=======================================
--- /trunk/samples/common.ant.xml       Fri Aug 20 12:02:03 2010
+++ /trunk/samples/common.ant.xml       Wed Aug 25 11:12:04 2010
@@ -49,6 +49,12 @@
<copy tofile="${sample.build}/README-MAVEN.txt" file="README-MAVEN.txt"/>
       </then>
     </if>
+    <if>
+      <available file="user-build.xml"/>
+      <then>
+        <copy tofile="${sample.build}/build.xml" file="user-build.xml"/>
+      </then>
+    </if>
   </target>

   <target name="compile" description="Compile all java files">
=======================================
--- /trunk/samples/expenses/README-MAVEN.txt    Fri Aug 20 12:02:03 2010
+++ /trunk/samples/expenses/README-MAVEN.txt    Wed Aug 25 11:12:04 2010
@@ -57,7 +57,7 @@
If you prefer to work from the command line, you can use Maven to build your
 project. (http://maven.apache.org/)  Maven uses the supplied 'pom.xml' file
which describes exactly how to build your project. This file has been tested
-to work against Ant 2.2.1.  The following assumes 'mvn' is on your command
+to work against Maven 2.2.1  The following assumes 'mvn' is on your command
 line path.

 To run development mode, just type 'mvn gae:run'.

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

Reply via email to