Revision: 10503
Author:   [email protected]
Date:     Fri Aug  5 14:19:58 2011
Log: 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.

http://code.google.com/p/google-web-toolkit/source/detail?r=10503

Modified:
 /trunk/distro-source/build.xml

=======================================
--- /trunk/distro-source/build.xml      Fri Feb 11 11:12:39 2011
+++ /trunk/distro-source/build.xml      Fri Aug  5 14:19:58 2011
@@ -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}" />

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to