Sha256: 3d257c46add55f03c74f4b4b6cf4e2fd8c702897fd4d2340b910b93d90385945

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

# Goldspike configuration

# Set the version of JRuby and GoldSpike to use:
maven_library 'org.jruby', 'jruby-complete', '1.1RC2'
maven_library 'backport-util-concurrent', 'backport-util-concurrent', '3.0'
#maven_library 'org.jruby.extras', 'goldspike', '1.3-SNAPSHOT'

# Add a Java library from the Maven repository:
maven_library 'postgresql', 'postgresql', '8.2-504.jdbc4'
#maven_library 'bouncycastle', 'bcprov-jdk16', '136'

add_gem('jruby-openssl', '>=0.0.4')
add_gem('rubyforge', '>=0.4.4')
add_gem('rmagick4j', '>=0.3.3')
add_gem('gruff', '>=0.2.8')
add_gem('slave', '>=1.2.1')

exclude_files('pkg')

# Production
configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=16'

#Profile
#configuration.jetty_java_opts = '-Xmx1024m -Dcom.sun.grizzly.rails.numberOfRuntime=32 -verbose:gc -Djruby.jit.logging=true -XX:+CITime -XX:+PrintCompilation'

# Experiment
#configuration.jetty_java_opts = '-Xmx1024m -Djruby.jit.logging=true -Dcom.sun.grizzly.rails.numberOfRuntime=32 -XX:+PrintCompilation'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backlog-0.23.1 config/war.rb
backlog-0.24.0 config/war.rb
backlog-0.25.0 config/war.rb