Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(843)

Unified Diff: appengine-tools/lib/appengine-tools/bundler.rb

Issue 129078: add support for precompilation-enabled (Closed)
Patch Set: move the java files Created 14 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine-tools/Rakefile ('k') | appengine-tools/lib/appengine-tools/dev_appserver.rb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine-tools/lib/appengine-tools/bundler.rb
===================================================================
--- a/appengine-tools/lib/appengine-tools/bundler.rb
+++ b/appengine-tools/lib/appengine-tools/bundler.rb
@@ -79,8 +79,7 @@
EXISTING_RACK = /jruby-rack.*jar$/
EXISTING_APIS = /^appengine-api.*jar$/
JRUBY_RACK = 'jruby-rack-0.9.5.jar'
- JRUBY_RACK_URL = 'http://kenai.com/projects/jruby-rack/' +
- "downloads/download/#{JRUBY_RACK}"
+ JRUBY_RACK_URL = "http://kenai.com/downloads/jruby-rack/#{JRUBY_RACK}"
RACKUP = %q{Dir.chdir('..') if Dir.pwd =~ /WEB-INF$/;} +
%q{eval IO.read('config.ru'), nil, 'config.ru', 1}
« no previous file with comments | « appengine-tools/Rakefile ('k') | appengine-tools/lib/appengine-tools/dev_appserver.rb » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b