Skip to content

Instantly share code, notes, and snippets.

@stevef
Created December 14, 2011 17:45
Show Gist options
  • Save stevef/1477636 to your computer and use it in GitHub Desktop.
Save stevef/1477636 to your computer and use it in GitHub Desktop.
config.java_libs.delete_if {|f| f =~ /jruby-jars[^\/]+\.jar/}
config.java_libs.delete_if {|f| f =~ /jruby-openssl[^\/]+\.jar/}
config.java_libs.delete_if {|f| f =~ /jruby-rack[^\/]+\.jar/}
config.java_libs += FileList["lib/jars/*.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment