[Yanel-commits] rev 31503 - public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/yanel/gwt/accesspolicyeditor

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


Author: michi
Date: 2008-02-08 14:56:14 +0100 (Fri, 08 Feb 2008)
New Revision: 31503

Modified:
   public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/yanel/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml
Log:
inherits fixed

Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/yanel/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/yanel/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml	2008-02-08 13:55:54 UTC (rev 31502)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/yanel/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml	2008-02-08 13:56:14 UTC (rev 31503)
@@ -13,6 +13,11 @@
 <!-- limitations under the License.                                         -->
 
 <module>
+<!-- Already inherited by YanelCore package -->
   <inherits name="com.google.gwt.user.User"/>
+  <inherits name="com.google.gwt.http.HTTP" />
+-->
+  <inherits name="org.wyona.yanel.gwt.YanelCore" />
+
   <entry-point class="org.wyona.yanel.gwt.accesspolicyeditor.client.AccessPolicyEditor"/>
 </module>



More information about the Yanel-commits mailing list