lib/appengine-tools/boot.rb in appengine-tools-0.0.1 vs lib/appengine-tools/boot.rb in appengine-tools-0.0.2
- old
+ new
@@ -21,14 +21,14 @@
class << self
def boot_jruby(root=nil)
unless defined?(JRUBY_VERSION)
require 'rubygems'
- require 'jruby-abridged'
+ require 'appengine-jruby-jars'
jars = [
- JRubyAbridged.jruby_jar,
- JRubyAbridged.rubygems_jar,
+ AppEngine::JRubyJars.jruby_jar,
+ AppEngine::JRubyJars.rubygems_jar,
AppEngine::SDK::TOOLS_JAR,
]
ENV['GEM_HOME'] = Gem.dir
exec_jruby(root, jars, [$0] + ARGV)
\ No newline at end of file