Author: toulmean
Date: Fri Nov 18 00:02:06 2011
New Revision: 1203431
URL: http://svn.apache.org/viewvc?rev=1203431&view=rev
Log:
Change the way we create the method tag as it clashes with an existing method
Modified:
buildr/trunk/spec/ide/idea_spec.rb
Modified: buildr/trunk/spec/ide/idea_spec.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/ide/idea_spec.rb?rev=1203431&r1=1203430&r2=1203431&view=diff
==============================================================================
--- buildr/trunk/spec/ide/idea_spec.rb (original)
+++ buildr/trunk/spec/ide/idea_spec.rb Fri Nov 18 00:02:06 2011
@@ -331,7 +331,7 @@ describe Buildr::IntellijIdea do
xml.RunnerSettings(:RunnerId => "Run")
xml.ConfigurationWrapper(:RunnerId => "Run")
- xml.method()
+ xml.tag! :method
end
ipr.add_configuration("Run Planner.html", "GWT.ConfigurationType",
"GWT Configuration") do |xml|
xml.module(:name => project.iml.id)
@@ -341,7 +341,7 @@ describe Buildr::IntellijIdea do
xml.RunnerSettings(:RunnerId => "Run")
xml.ConfigurationWrapper(:RunnerId => "Run")
- xml.method()
+ xml.tag! :method
end
end
invoke_generate_task