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/05/05 21:50:01 UTC

svn commit: r653573 - /incubator/buildr/trunk/lib/buildr.rb

Author: vborja
Date: Mon May  5 12:50:01 2008
New Revision: 653573

URL: http://svn.apache.org/viewvc?rev=653573&view=rev
Log:
net/ssh no longer needs needle, so we don't have to require it

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

Modified: incubator/buildr/trunk/lib/buildr.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr.rb?rev=653573&r1=653572&r2=653573&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr.rb (original)
+++ incubator/buildr/trunk/lib/buildr.rb Mon May  5 12:50:01 2008
@@ -18,7 +18,6 @@
 # in order to work around a bug in jruby (1.0.1 and trunk as of oct11, 2007)
 # needle and net/ssh need to be loaded before -anything- else. please see
 # http://jira.codehaus.org/browse/JRUBY-1188 for more info.
-require 'needle'
 require 'net/ssh'
 
 require 'highline/import'