Revision: 9947
Author: [email protected]
Date: Tue Apr 5 11:50:28 2011
Log: Fix build break
Review at http://gwt-code-reviews.appspot.com/1404802
http://code.google.com/p/google-web-toolkit/source/detail?r=9947
Modified:
/trunk/requestfactory/build.xml
/trunk/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
=======================================
--- /trunk/requestfactory/build.xml Tue Apr 5 10:47:39 2011
+++ /trunk/requestfactory/build.xml Tue Apr 5 11:50:28 2011
@@ -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" />
=======================================
---
/trunk/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
Tue Apr 5 10:47:39 2011
+++
/trunk/user/src/com/google/web/bindery/requestfactory/RequestFactory.gwt.xml
Tue Apr 5 11:50:28 2011
@@ -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