You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/09/24 01:08:28 UTC

svn commit: r698395 - /incubator/buildr/trunk/lib/buildr/java/bdd.rb

Author: vborja
Date: Tue Sep 23 16:08:28 2008
New Revision: 698395

URL: http://svn.apache.org/viewvc?rev=698395&view=rev
Log:
Removed unused variable

Modified:
    incubator/buildr/trunk/lib/buildr/java/bdd.rb

Modified: incubator/buildr/trunk/lib/buildr/java/bdd.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/bdd.rb?rev=698395&r1=698394&r2=698395&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/bdd.rb Tue Sep 23 16:08:28 2008
@@ -123,8 +123,6 @@
     def maybe_install_jruby
       unless jruby_installed?
         jruby_artifact = Buildr.artifact(TestFramework::JRubyBased.jruby_artifact)
-        install_cmd = ['-Djruby.home', jruby_home, '-jar', jruby_artifact.to_s, '-S' 'extract']
-
         msg = "JRUBY_HOME is not correctly set or points to an invalid JRuby installation: #{jruby_home}"
         puts msg
         puts