Reviewers: jat,
Description:
remove packages.properties on an ant clean
Review by: [email protected]
Please review this at http://gwt-code-reviews.appspot.com/973801/show
Affected files:
M build.xml
Index: build.xml
===================================================================
--- build.xml (revision 8980)
+++ build.xml (working copy)
@@ -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