Module: Warbler

Defined in:
lib/warbler.rb,
lib/warbler/gems.rb,
lib/warbler/task.rb,
lib/warbler/config.rb,
lib/warbler/version.rb

Overview

– © Copyright 2007-2008 Sun Microsystems, Inc. See the file LICENSES.txt included with the distribution for software license details. ++

Defined Under Namespace

Classes: Config, Gems, Task, WebxmlOpenStruct

Constant Summary collapse

WARBLER_HOME =
File.expand_path(File.dirname(__FILE__) + '/..')
VERSION =
"0.9.12"

Class Attribute Summary collapse

Class Attribute Details

.framework_detectionObject

Returns the value of attribute framework_detection.



17
18
19
# File 'lib/warbler/task.rb', line 17

def framework_detection
  @framework_detection
end

.project_applicationObject



13
14
15
# File 'lib/warbler/task.rb', line 13

def project_application
  @project_application || Rake.application
end