Oops, didn't remove SimpleRPC and SimpleXML from the sample build.xml file. Review at http://gwt-code-reviews.appspot.com/1850803 git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@11318 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/samples/build.xml b/distro-source/core/src/samples/build.xml index d7105b1..bf6b8eb 100644 --- a/distro-source/core/src/samples/build.xml +++ b/distro-source/core/src/samples/build.xml
@@ -7,8 +7,6 @@ <ant target="${target}" dir="LogExample"/> <ant target="${target}" dir="Mail"/> <ant target="${target}" dir="Showcase"/> - <ant target="${target}" dir="SimpleRPC"/> - <ant target="${target}" dir="SimpleXML"/> </target> <target name="build" description="Build all samples">