You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2012/05/29 21:13:11 UTC

svn commit: r1343932 - /buildr/trunk/spec/sandbox.rb

Author: boisvert
Date: Tue May 29 19:13:10 2012
New Revision: 1343932

URL: http://svn.apache.org/viewvc?rev=1343932&view=rev
Log:
Clear POM cache in Sandbox.reset

Modified:
    buildr/trunk/spec/sandbox.rb

Modified: buildr/trunk/spec/sandbox.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/sandbox.rb?rev=1343932&r1=1343931&r2=1343932&view=diff
==============================================================================
--- buildr/trunk/spec/sandbox.rb (original)
+++ buildr/trunk/spec/sandbox.rb Tue May 29 19:13:10 2012
@@ -180,6 +180,10 @@ module Sandbox
       @extension_modules = extension_modules
     end
 
+    POM.class_eval do
+      @cache = nil
+    end
+
     Layout.default = @_sandbox[:layout].clone
 
     $LOAD_PATH.replace @_sandbox[:load_path]