lib/buildr4osgi/osgi/project_extension.rb in buildr4osgi-0.9.4 vs lib/buildr4osgi/osgi/project_extension.rb in buildr4osgi-0.9.5
- old
+ new
@@ -183,10 +183,10 @@
end
if local
artifact = Buildr::artifact(bundle.to_s)
installed = Buildr.repositories.locate(artifact)
- rm_r installed
+ rm_rf installed
mkpath File.dirname(installed)
Buildr::artifact(bundle.to_s).from(bundle.file).install
info "Installed #{installed}"
else
Buildr::artifact(bundle.to_s).from(bundle.file).upload