<!--
 * Stackrechner mit AJAX / GWT
 * (c) 2007 Albrecht Weinert
 * Version 1 (21.01.2010) 
-->
<module>
   <!-- Inherit the core Web Toolkit stuff.                  -->
   <inherits name='com.google.gwt.user.User'/>
   <inherits name="com.google.gwt.json.JSON"/> 
   <inherits name="com.google.gwt.xml.XML"/> 
   <!-- Specify the app entry point class.                   -->
   <entry-point class='client.StackCalcGWT'/>
</module>

