You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2010/06/30 00:03:23 UTC

svn commit: r959122 - /buildr/trunk/spec/java/external_spec.rb

Author: toulmean
Date: Tue Jun 29 22:03:22 2010
New Revision: 959122

URL: http://svn.apache.org/viewvc?rev=959122&view=rev
Log:
fixing spec env, messed up by the external compiler spec

Modified:
    buildr/trunk/spec/java/external_spec.rb

Modified: buildr/trunk/spec/java/external_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/java/external_spec.rb?rev=959122&r1=959121&r2=959122&view=diff
==============================================================================
--- buildr/trunk/spec/java/external_spec.rb (original)
+++ buildr/trunk/spec/java/external_spec.rb Tue Jun 29 22:03:22 2010
@@ -42,7 +42,7 @@ describe Buildr::Compiler::ExternalJavac
   end
   
   after :all do
-    Buildr::Compiler.compilers << Buildr::Compiler::Javac
+    Buildr::Compiler.compilers.unshift Buildr::Compiler::Javac
   end
   
 end