Reviewers: rjrjr, Description: Add logging example to the dist
Please review this at http://gwt-code-reviews.appspot.com/913801/show Affected files: M samples/build.xml Index: samples/build.xml =================================================================== --- samples/build.xml (revision 8849) +++ samples/build.xml (working copy) @@ -48,7 +48,7 @@ <antcall target="expenses" /> <antcall target="hello" /> <antcall target="json" /> - <!-- <antcall target="logexample" /> Doesn't quite work yet --> + <antcall target="logexample" /> <antcall target="mail" /> <antcall target="showcase" /> <antcall target="validation" /> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
