eclipse plugin: Remove the dependencies feature's...

...temporary folder as well.
This commit is contained in:
Timotei Dolean 2011-08-08 21:27:10 +00:00
parent a1bc69949f
commit d86437472a

View file

@ -98,6 +98,9 @@ for cleanup_file in to_cleanup:
try: shutil.rmtree( "../org.wesnoth.feature/feature.temp.folder" )
except: pass
try: shutil.rmtree( "../org.wesnoth.dependencies.feature/feature.temp.folder" )
except: pass
# Local variables:
# mode: python