You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/09/23 21:13:35 UTC

svn commit: r698301 - /incubator/buildr/trunk/lib/buildr/java/bdd.rb

Author: vborja
Date: Tue Sep 23 12:13:35 2008
New Revision: 698301

URL: http://svn.apache.org/viewvc?rev=698301&view=rev
Log:
Some fixes along the lines of the previous commit for Groovy and BDD specs.

Modified:
    incubator/buildr/trunk/lib/buildr/java/bdd.rb

Modified: incubator/buildr/trunk/lib/buildr/java/bdd.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/bdd.rb?rev=698301&r1=698300&r2=698301&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/bdd.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/bdd.rb Tue Sep 23 12:13:35 2008
@@ -24,9 +24,6 @@
     class << self
       attr_reader :lang, :bdd_dir
     end
-
-    @bdd_dir = :spec
-    @lang = :java
     attr_accessor :lang, :bdd_dir
 
     def initialize(task, options)
@@ -247,6 +244,7 @@
       report[:success]
     end
     
+    @bdd_dir = :spec    
   end