You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2008/10/19 23:23:10 UTC

svn commit: r706070 - /incubator/buildr/trunk/spec/ide/eclipse_spec.rb

Author: lacton
Date: Sun Oct 19 14:23:10 2008
New Revision: 706070

URL: http://svn.apache.org/viewvc?rev=706070&view=rev
Log:
Unused code removal.

Modified:
    incubator/buildr/trunk/spec/ide/eclipse_spec.rb

Modified: incubator/buildr/trunk/spec/ide/eclipse_spec.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/ide/eclipse_spec.rb?rev=706070&r1=706069&r2=706070&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/ide/eclipse_spec.rb (original)
+++ incubator/buildr/trunk/spec/ide/eclipse_spec.rb Sun Oct 19 14:23:10 2008
@@ -288,7 +288,6 @@
   
   describe 'maven2 artifact dependency' do
     before do
-      repositories.remote = 'http://example.com'
       define('foo') { compile.using(:javac).with('com.example:library:jar:2.0') }
       artifact('com.example:library:jar:2.0') { |task| write task.name }
       task('eclipse').invoke