fixed this the right way, whoops!
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@104 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/common.ant.xml b/distro-source/common.ant.xml
index 82f1ce7..4c0c54a 100755
--- a/distro-source/common.ant.xml
+++ b/distro-source/common.ant.xml
@@ -20,7 +20,9 @@
<include name="bin/**" />
<include name="www/**" />
</fileset>
- <fileset dir="${gwt.build.out}/samples/@{lname}/scripts/${dist.platform}/*" />
+ <fileset dir="${gwt.build.out}/samples/@{lname}/scripts/${dist.platform}">
+ <include name="*" />
+ </fileset>
</copy>
<chmod perm="a+x">
<fileset dir="${project.staging}/samples/@{uname}">