Revision: 6572
Author: rj...@google.com
Date: Fri Oct 30 15:47:46 2009
Log: Fixing the UiBinderTestApp. The tests don't use the app itself,
just its constituent modules, so I didn't notice that you could
no longer actually run the thing.

Desk review by amitmanjhi
http://code.google.com/p/google-web-toolkit/source/detail?r=6572

Added:
  /trunk/user/test/com/google/gwt/uibinder/test/public/UiBinderTestApp.html
Deleted:
  /trunk/user/test/com/google/gwt/uibinder/test/public/UiBinderDemo.html
Modified:
  /trunk/user/src/com/google/gwt/uibinder/UiBinder.gwt.xml
  /trunk/user/test/com/google/gwt/uibinder/test/UiBinderTestApp.gwt.xml

=======================================
--- /dev/null
+++  
/trunk/user/test/com/google/gwt/uibinder/test/public/UiBinderTestApp.html       
 
Fri Oct 30 15:47:46 2009
@@ -0,0 +1,21 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+<!--                                                                         
-->
+<!-- Copyright 2008 Google  
Inc.                                             -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License");  
you    -->
+<!-- may not use this file except in compliance with the License. You  
may   -->
+<!-- may obtain a copy of the License  
at                                    -->
+<!--                                                                         
-->
+<!--  
http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                         
-->
+<!-- Unless required by applicable law or agreed to in writing,  
software    -->
+<!-- distributed under the License is distributed on an "AS IS"  
BASIS,      -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express  
or        -->
+<!-- implied. License for the specific language governing permissions  
and   -->
+<!-- limitations under the  
License.                                         -->
+<html>
+  <head></head>
+  <body>
+    <script language='javascript'  
src='com.google.gwt.uibinder.test.UiBinderTestApp.nocache.js'></script>
+  </body>
+</html>
=======================================
--- /trunk/user/test/com/google/gwt/uibinder/test/public/UiBinderDemo.html      
 
Thu Oct 29 21:43:40 2009
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!--                                                                         
-->
-<!-- Copyright 2008 Google  
Inc.                                             -->
-<!-- Licensed under the Apache License, Version 2.0 (the "License");  
you    -->
-<!-- may not use this file except in compliance with the License. You  
may   -->
-<!-- may obtain a copy of the License  
at                                    -->
-<!--                                                                         
-->
-<!--  
http://www.apache.org/licenses/LICENSE-2.0                             -->
-<!--                                                                         
-->
-<!-- Unless required by applicable law or agreed to in writing,  
software    -->
-<!-- distributed under the License is distributed on an "AS IS"  
BASIS,      -->
-<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express  
or        -->
-<!-- implied. License for the specific language governing permissions  
and   -->
-<!-- limitations under the  
License.                                         -->
-<html>
-  <head></head>
-  <body>
-    <script language='javascript'  
src='com.google.gwt.uibinder.sample.UiBinderDemo.nocache.js'></script>
-  </body>
-</html>
=======================================
--- /trunk/user/src/com/google/gwt/uibinder/UiBinder.gwt.xml    Wed Aug  5  
20:27:52 2009
+++ /trunk/user/src/com/google/gwt/uibinder/UiBinder.gwt.xml    Fri Oct 30  
15:47:46 2009
@@ -14,8 +14,7 @@

  <!-- GWT UI Binder  
support.                                                 -->
  <module>
-  <!-- Inheriting the debug module -->
-  <inherits name="com.google.gwt.debug.Debug"/>
+  <inherits name="com.google.gwt.resources.Resources" />

    <generate-with class="com.google.gwt.uibinder.rebind.UiBinderGenerator">
      <when-type-assignable class="com.google.gwt.uibinder.client.UiBinder"/>
=======================================
--- /trunk/user/test/com/google/gwt/uibinder/test/UiBinderTestApp.gwt.xml       
 
Thu Oct 29 21:43:40 2009
+++ /trunk/user/test/com/google/gwt/uibinder/test/UiBinderTestApp.gwt.xml       
 
Fri Oct 30 15:47:46 2009
@@ -13,7 +13,7 @@

  <!-- GWT UiBinder  
support.                                                  -->
  <module>
-  <inherits name="com.google.gwt.resources.Resources" />
    <inherits name="com.google.gwt.uibinder.UiBinder" />
-  <entry-point  
class="com.google.gwt.uibinder.sample.client.UiBinderTestApp" />
+  <inherits name="com.google.gwt.debug.Debug"/>
+  <entry-point class="com.google.gwt.uibinder.test.client.UiBinderTestApp"  
/>
  </module>

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

Reply via email to