fixed build to add requestfactory jars to the gwt jar file. Philip thought that the requestfactory*.jar files were renamed to bindery. I'm looking for some help figuring this out. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10503 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/build.xml b/distro-source/build.xml index ad803e9..5d23031 100755 --- a/distro-source/build.xml +++ b/distro-source/build.xml
@@ -26,7 +26,7 @@ <zipfileset file="${gwt.build.lib}/gwt-benchmark-viewer.war" prefix="${project.distname}" /> <zipfileset file="${gwt.build.lib}/gwt-soyc-vis.jar" prefix="${project.distname}" /> <zipfileset file="${gwt.build.lib}/gwt-api-checker.jar" prefix="${project.distname}" /> - + <zipfileset file="${gwt.build.lib}/requestfactory*.jar" prefix="${project.distname}" /> <!-- jni libs--> <zipfileset dir="${gwt.build.jni}/windows" prefix="${project.distname}" />