# File lib/buildr/ide/eclipse.rb, line 35 def name return @name if @name return @project.id.split('-').last if @options.short_names @project.id end