Module: Buildr::Eclipse
- Includes:
- Extension
- Included in:
- Project
- Defined in:
- lib/buildr/ide/eclipse.rb,
lib/buildr/ide/eclipse/java.rb,
lib/buildr/ide/eclipse/scala.rb,
lib/buildr/ide/eclipse/plugin.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Java, Plugin, Scala Classes: ClasspathEntryWriter, Eclipse, Options
Instance Method Summary collapse
Methods included from Extension
Instance Method Details
#eclipse ⇒ Object
189 190 191 192 |
# File 'lib/buildr/ide/eclipse.rb', line 189 def eclipse @eclipse ||= Eclipse.new(self) @eclipse end |