You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/02/29 20:29:30 UTC

svn commit: r632417 - /incubator/buildr/trunk/lib/ide/idea7x.rb

Author: assaf
Date: Fri Feb 29 11:29:18 2008
New Revision: 632417

URL: http://svn.apache.org/viewvc?rev=632417&view=rev
Log:
BUILDR-51

Modified:
    incubator/buildr/trunk/lib/ide/idea7x.rb

Modified: incubator/buildr/trunk/lib/ide/idea7x.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/ide/idea7x.rb?rev=632417&r1=632416&r2=632417&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/ide/idea7x.rb (original)
+++ incubator/buildr/trunk/lib/ide/idea7x.rb Fri Feb 29 11:29:18 2008
@@ -127,7 +127,7 @@
 
       def generate_compile_output(project, xml, relative)
         xml.output(:url=>"#{MODULE_DIR_URL}/#{relative[project.compile.target.to_s]}") if project.compile.target
-        xml.output-test(:url=>"#{MODULE_DIR_URL}/#{relative[project.test.compile.target.to_s]}") if project.test.compile.target
+        xml.tag!("output-test", :url=>"#{MODULE_DIR_URL}/#{relative[project.test.compile.target.to_s]}") if project.test.compile.target  
       end
 
       def generate_content(project, xml, generated, relative)