<module rename-to=‘<%= application_name %>’>

<inherits name='com.google.gwt.user.User' />
<inherits name="com.google.gwt.activity.Activity"/>
<inherits name="com.google.gwt.place.Place"/>

<inherits name="com.google.gwt.inject.Inject"/>

<inherits name="org.fusesource.restygwt.RestyGWT" />

<inherits name="de.mkristian.gwt.RailsGWT" />

<entry-point class='<%= base_package %>.<%= application_name %>EntryPoint' />

<stylesheet src='../stylesheets/<%= application_name.underscore %>.css' />

</module>