lib/buildmaster/ant_client.rb in BuildMaster-0.5.0 vs lib/buildmaster/ant_client.rb in BuildMaster-0.6.0

- old
+ new

@@ -1,5 +1,7 @@ +module BuildMaster + class Ant include Shell def initialize(ant_file = nil, &command_runner) @ant_file = ant_file @ant_home = check_directory(get_environment('ANT_HOME')) @@ -128,5 +130,7 @@ value = ENV[name] value = default_value if not value return value end end + +end \ No newline at end of file