Sha256: 16efebc40132647c3ee8a9329e2ce59f7f22c0aa002336c9d95fbfc15eddd25f
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
<module rename-to='<%= application_class_name %>'> <inherits name='com.google.gwt.user.User'/> <% if options[:place] -%> <inherits name='com.google.gwt.activity.Activity'/> <inherits name='com.google.gwt.place.Place'/> <% end -%> <% if options[:gin] -%> <inherits name='com.google.gwt.inject.Inject'/> <% end -%> <inherits name='org.fusesource.restygwt.RestyGWT'/> <% if options[:gwt_rails] -%> <inherits name='de.mkristian.gwt.RailsGWT'/> <% end -%> <entry-point class='<%= base_package %>.<%= application_class_name %>EntryPoint' /> <stylesheet src='../stylesheets/<%= application_name %>.css'/> </module>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gwt-run-0.1.0 | lib/maven/gwt/templates/Module.gwt.xml~ |