You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2013/10/06 09:44:30 UTC

svn commit: r1529585 - /buildr/trunk/spec/ide/eclipse_spec.rb

Author: donaldp
Date: Sun Oct  6 07:44:30 2013
New Revision: 1529585

URL: http://svn.apache.org/r1529585
Log:
Update the eclipse spec file to ensure it cleans up after itself

Modified:
    buildr/trunk/spec/ide/eclipse_spec.rb

Modified: buildr/trunk/spec/ide/eclipse_spec.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/ide/eclipse_spec.rb?rev=1529585&r1=1529584&r2=1529585&view=diff
==============================================================================
--- buildr/trunk/spec/ide/eclipse_spec.rb (original)
+++ buildr/trunk/spec/ide/eclipse_spec.rb Sun Oct  6 07:44:30 2013
@@ -547,6 +547,10 @@ MANIFEST
       end
     end
 
+    after do
+      rm_rf '../libs'
+    end
+
     it 'supports generating library paths with classpath variables' do
       classpath_xml_elements.collect("classpathentry[@kind='var']") { |n| n.attributes['path'] }.
         should include('LIBS/some-local.jar')