Skip to content

Commit

Permalink
Release v1.0.6.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Mar 24, 2014
2 parents adda78e + 5463198 commit f08c4b2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 518 deletions.
2 changes: 0 additions & 2 deletions lib/vagrant-parallels/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ def self.action_resume
b2.use EnvSet, :port_collision_repair => false
b2.use Resume
b2.use WaitForCommunicator, [:resuming, :running]
b2.use ForcePrlFsMount
else
b2.use MessageNotCreated
end
Expand Down Expand Up @@ -284,7 +283,6 @@ def self.action_up
autoload :DestroyUnusedNetworkInterfaces, File.expand_path("../action/destroy_unused_network_interfaces", __FILE__)
autoload :Export, File.expand_path("../action/export", __FILE__)
autoload :ForcedHalt, File.expand_path("../action/forced_halt", __FILE__)
autoload :ForcePrlFsMount, File.expand_path("../action/force_prl_fs_mount", __FILE__)
autoload :Import, File.expand_path("../action/import", __FILE__)
autoload :IsSuspended, File.expand_path("../action/is_suspended", __FILE__)
autoload :IsRunning, File.expand_path("../action/is_running", __FILE__)
Expand Down
55 changes: 0 additions & 55 deletions lib/vagrant-parallels/action/force_prl_fs_mount.rb

This file was deleted.

Loading

0 comments on commit f08c4b2

Please sign in to comment.