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/09/21 19:40:47 UTC

svn commit: r697560 - /incubator/buildr/trunk/lib/buildr/ide/eclipse.rb

Author: lacton
Date: Sun Sep 21 10:40:47 2008
New Revision: 697560

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

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

Modified: incubator/buildr/trunk/lib/buildr/ide/eclipse.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/ide/eclipse.rb?rev=697560&r1=697559&r2=697560&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/ide/eclipse.rb (original)
+++ incubator/buildr/trunk/lib/buildr/ide/eclipse.rb Sun Sep 21 10:40:47 2008
@@ -35,8 +35,6 @@
 
     after_define do |project|
       eclipse = project.task("eclipse")
-      # We need paths relative to the top project's base directory.
-      root_path = lambda { |p| f = lambda { |p| p.parent ? f[p.parent] : p.base_dir } ; f[p] }[project]
 
       # Check if project has scala facet
       scala = project.compile.language == :scala