Skip to content

Commit

Permalink
JariBakken: Remove require of antwrap, which is already bundled in th…
Browse files Browse the repository at this point in the history
…e JRuby jar.

r9045
  • Loading branch information
jarib committed May 30, 2010
1 parent bb3127f commit a3bd637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -Djruby.launch.inproc=false -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -r third_party/jruby/antwrap.jar -S rake $*
java -Djruby.launch.inproc=false -jar third_party/jruby/jruby-complete-1.5.0.RC2.jar -S rake $*
2 changes: 1 addition & 1 deletion go.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -Djruby.launch.inproc=false -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -r third_party\jruby\antwrap.jar -S rake %*
java -Djruby.launch.inproc=false -jar third_party\jruby\jruby-complete-1.5.0.RC2.jar -S rake %*

0 comments on commit a3bd637

Please sign in to comment.