Reviewers: rchandia,

Description:
Fix build break


Please review this at http://gwt-code-reviews.appspot.com/1404802/

Affected files:
  M requestfactory/build.xml
  M user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml


Index: requestfactory/build.xml
===================================================================
--- requestfactory/build.xml    (revision 9946)
+++ requestfactory/build.xml    (working copy)
@@ -85,7 +85,7 @@
   -->
<target name="test" depends="requestfactory-test+src" description="Run RequestFactoryJreSuite">
     <java failonerror="true" fork="true"
- classname="com.google.web.bindery.requestfactory.RequestFactoryJreSuite"> + classname="com.google.web.bindery.requestfactory.vm.RequestFactoryJreSuite">
       <jvmarg value="-Xss8m" />
       <classpath>
<fileset dir="${gwt.tools.lib}" includes="tomcat/servlet-api-2.5.jar" />
Index: user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
===================================================================
--- user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml (revision 9946) +++ user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml (working copy)
@@ -22,9 +22,9 @@
   <inherits name='com.google.gwt.http.HTTP'/>
   <inherits name='com.google.gwt.logging.LoggingDisabled'/>

-  <source path="client"/>
+  <source path="gwt/client"/>
+  <source path="gwt/ui/client"/>
   <source path="shared"/>
-  <source path="ui/client"/>
   <super-source path="super" />
   <generate-with
class="com.google.web.bindery.requestfactory.gwt.rebind.RequestFactoryEditorDriverGenerator">


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

Reply via email to