All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rails-templates.templates.rb Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
base = java.lang.System.getProperty('maven.rails.basetemplate')
extra = java.lang.System.getProperty('maven.rails.extratemplate')

apply "#{base}" if base

if gwt = java.lang.System.getProperty('maven.rails.gwt')
  
  gem 'resty-generators'

end

apply "#{extra}" if extra




© 2015 - 2024 Weber Informatics LLC | Privacy Policy