Revision: 7873
Author: [email protected]
Date: Fri Apr  2 19:22:25 2010
Log: Fix broken bikeshed/build.xml compile rule

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

Modified:
 /trunk/bikeshed/build.xml

=======================================
--- /trunk/bikeshed/build.xml   Fri Apr  2 08:14:38 2010
+++ /trunk/bikeshed/build.xml   Fri Apr  2 19:22:25 2010
@@ -25,6 +25,7 @@
     <mkdir dir="${javac.out}" />
     <gwt.javac excludes="**/sample/**">
       <classpath>
+ <pathelement location="${gwt.tools.redist}/json/r2_20080312/json.jar" />
         <pathelement location="${gwt.dev.jar}" />
         <pathelement location="${gwt.user.jar}" />
       </classpath>

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to