generators/warble/templates/warble.rb in aslakhellesoy-warbler-0.9.12 vs generators/warble/templates/warble.rb in aslakhellesoy-warbler-0.9.13
- old
+ new
@@ -7,9 +7,13 @@
# config.staging_dir = "tmp/war"
# Application directories to be included in the webapp.
config.dirs = %w(app config lib log vendor tmp)
+ # Sets the jruby_complete.jar to package with the war. Defaults
+ # to jruby_complete.jar inside your JRuby installation.
+ # config.jruby_complete_jar = path/to/jruby_complete.jar
+
# Additional files/directories to include, above those in config.dirs
# config.includes = FileList["db"]
# Additional files/directories to exclude
# config.excludes = FileList["lib/tasks/*"]