[Yanel-commits] rev 31501 - public/yanel/contributions/ajax-components/src/core/java/org/wyona/yanel/gwt

michi at wyona.com michi at wyona.com
Fri Feb 8 14:55:38 CET 2008


Author: michi
Date: 2008-02-08 14:55:38 +0100 (Fri, 08 Feb 2008)
New Revision: 31501

Modified:
   public/yanel/contributions/ajax-components/src/core/java/org/wyona/yanel/gwt/YanelCore.gwt.xml
Log:
module config fixed

Modified: public/yanel/contributions/ajax-components/src/core/java/org/wyona/yanel/gwt/YanelCore.gwt.xml
===================================================================
--- public/yanel/contributions/ajax-components/src/core/java/org/wyona/yanel/gwt/YanelCore.gwt.xml	2008-02-08 13:53:02 UTC (rev 31500)
+++ public/yanel/contributions/ajax-components/src/core/java/org/wyona/yanel/gwt/YanelCore.gwt.xml	2008-02-08 13:55:38 UTC (rev 31501)
@@ -1,7 +1,10 @@
+<?xml version="1.0"?>
+
 <module>
-	<!-- Inherit the core Web Toolkit stuff -->
-	<inherits name='com.google.gwt.user.User'/>
+  <!-- Inherit the core Web Toolkit stuff -->
+  <inherits name="com.google.gwt.user.User"/>
+  <inherits name="com.google.gwt.http.HTTP"/>
 	
-	<!-- Initialize Yanel specific stuff -->
-	<script src="init.js"/>
+  <!-- Initialize Yanel specific stuff -->
+  <script src="init.js"/>
 </module>



More information about the Yanel-commits mailing list