Sha256: c12a03cefc71dc4121ed38e3e139f93ec19f616f250bd0c7d15a1cc4c043d279

Contents?: true

Size: 532 Bytes

Versions: 4

Compression:

Stored size: 532 Bytes

Contents

<module rename-to='<%= application_name.underscore %>'>

  <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>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
resty-generators-0.3.3 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.3.2 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.3.1 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.3.0 lib/generators/resty/setup/templates/module.gwt.xml