<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='voicesite'>
  
  <!--  script src="resources/js/swfobject.js"></script -->
  <!-- script src="raphael-min.js"></script -->  
  <!-- Inherit the core Web Toolkit stuff.                        -->
  <inherits name='com.google.gwt.user.User'/>

  <!-- Inherit the default GWT style sheet.  You can change       -->
  <!-- the theme of your GWT application by uncommenting          -->
  <!-- any one of the following lines.                            -->
  <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> --> 
  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->

  <!-- Other module inherits                                      -->

  <inherits name='ca.nanometrics.gflot.GFlot'/>
  <inherits name='com.hydro4ge.raphaelgwt.RaphaelGWT' />
  <inherits name='com.google.gwt.gen2.picker.Picker' />
  <inherits name="com.google.gwt.gen2.table.Table"/>
  
  <!-- Specify the app entry point class.                         -->
  <entry-point class='com.gramvaani.voicesite.client.VoiceSite'/>

  <!-- Specify the paths for translatable code                    -->
  <source path='client'/>
  <source path='shared'/>
  <inherits name="com.gramvaani.voicesite.VoiceSite"/>
  <inherits name="com.google.gwt.json.JSON"/>

  <!-- set-property name="user.agent" value="gecko1_8"/ -->
  <!--  <set-property name="user.agent" value="safari" /> -->
</module>
