Sha256: 22e609648166cde894aba6ffd3b063d7cb89d1c1af574bca78fd628155b1b4ba

Contents?: true

Size: 521 Bytes

Versions: 9

Compression:

Stored size: 521 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
resty-generators-0.7.3 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.7.2 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.7.1 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.7.0 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.6.0 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.5.3 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.5.1 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.5.0 lib/generators/resty/setup/templates/module.gwt.xml
resty-generators-0.4.0 lib/generators/resty/setup/templates/module.gwt.xml