Author: lacton
Date: Sun Oct 19 09:06:57 2008
New Revision: 706042
URL: http://svn.apache.org/viewvc?rev=706042&view=rev
Log:
BUILDR-177 Comment update
Modified:
incubator/buildr/trunk/spec/java/cobertura_spec.rb
incubator/buildr/trunk/spec/java/emma_spec.rb
Modified: incubator/buildr/trunk/spec/java/cobertura_spec.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/java/cobertura_spec.rb?rev=706042&r1=706041&r2=706042&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/java/cobertura_spec.rb (original)
+++ incubator/buildr/trunk/spec/java/cobertura_spec.rb Sun Oct 19 09:06:57 2008
@@ -22,7 +22,7 @@
describe Buildr::Cobertura do
before do
- # Reloading the addon because the sandbox removes all its actions
+ # Reloading the extension because the sandbox removes all its actions
load File.expand_path('../lib/buildr/java/cobertura.rb')
@tool_module = Buildr::Cobertura
end
Modified: incubator/buildr/trunk/spec/java/emma_spec.rb
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/java/emma_spec.rb?rev=706042&r1=706041&r2=706042&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/java/emma_spec.rb (original)
+++ incubator/buildr/trunk/spec/java/emma_spec.rb Sun Oct 19 09:06:57 2008
@@ -23,7 +23,7 @@
describe Buildr::Emma do
before do
- # Reloading the addon because the sandbox removes all its actions
+ # Reloading the extension because the sandbox removes all its actions
load File.expand_path('../lib/buildr/java/emma.rb')
@tool_module = Buildr::Emma
end