Revision: 10371 Author: [email protected] Date: Mon Jun 20 15:02:05 2011 Log: Turns off creating archived modules for GWT 2.4 release.
Review by: [email protected] http://code.google.com/p/google-web-toolkit/source/detail?r=10371 Modified: /releases/2.4/user/build.xml ======================================= --- /releases/2.4/user/build.xml Thu Jun 9 11:31:51 2011 +++ /releases/2.4/user/build.xml Mon Jun 20 15:02:05 2011 @@ -203,7 +203,7 @@ </outofdate> </target> - <target name="build" depends="precompile.modules" + <target name="build" depends="compile" description="Build and package this project"> <mkdir dir="${gwt.build.lib}" /> <gwt.jar> -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
