Revision: 8981
Author: [email protected]
Date: Fri Oct  8 11:08:21 2010
Log: remove packages.properties on an ant clean

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

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8981

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Wed Oct  6 06:53:06 2010
+++ /trunk/build.xml    Fri Oct  8 11:08:21 2010
@@ -160,6 +160,7 @@

   <target name="clean" description="[action] Cleans the entire GWT build">
     <delete dir="${gwt.build}" />
+    <delete file="${gwt.root}/doc/packages.properties" />
   </target>

<target name ="presubmit" description="[action] Deprecated for test, which now does checkstyle and apicheck"

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

Reply via email to