diff --git a/cmake/vagrant/freebsd/cpp/Vagrantfile b/cmake/vagrant/freebsd/cpp/Vagrantfile index 35fb340340..690eaeb52b 100644 --- a/cmake/vagrant/freebsd/cpp/Vagrantfile +++ b/cmake/vagrant/freebsd/cpp/Vagrantfile @@ -88,7 +88,6 @@ Vagrant.configure("2") do |config| config.vm.provision "file", source: "../../../../examples/tests", destination: "$HOME/project/examples/" config.vm.provision "file", source: "../../../../patches", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../Version.txt", destination: "$HOME/project/" - config.vm.provision "file", source: "../../../../dependencies", destination: "$HOME/project/" config.vm.provision "devel", type: "shell", inline:<<-SHELL set -x diff --git a/cmake/vagrant/freebsd/dotnet/Vagrantfile b/cmake/vagrant/freebsd/dotnet/Vagrantfile index 27dbc9109e..c650d814df 100644 --- a/cmake/vagrant/freebsd/dotnet/Vagrantfile +++ b/cmake/vagrant/freebsd/dotnet/Vagrantfile @@ -90,7 +90,6 @@ Vagrant.configure("2") do |config| config.vm.provision "file", source: "../../../../examples/tests", destination: "$HOME/project/examples/" config.vm.provision "file", source: "../../../../patches", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../Version.txt", destination: "$HOME/project/" - config.vm.provision "file", source: "../../../../dependencies", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../tools/doc/orLogo.png", destination: "$HOME/project/tools/doc/" config.vm.provision "devel", type: "shell", inline:<<-SHELL diff --git a/cmake/vagrant/freebsd/java/Vagrantfile b/cmake/vagrant/freebsd/java/Vagrantfile index 20eff0afc9..27e900da59 100644 --- a/cmake/vagrant/freebsd/java/Vagrantfile +++ b/cmake/vagrant/freebsd/java/Vagrantfile @@ -91,7 +91,6 @@ Vagrant.configure("2") do |config| config.vm.provision "file", source: "../../../../examples/tests", destination: "$HOME/project/examples/" config.vm.provision "file", source: "../../../../patches", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../Version.txt", destination: "$HOME/project/" - config.vm.provision "file", source: "../../../../dependencies", destination: "$HOME/project/" config.vm.provision "devel", type: "shell", inline:<<-SHELL set -x diff --git a/cmake/vagrant/freebsd/python/Vagrantfile b/cmake/vagrant/freebsd/python/Vagrantfile index 2f157e84a3..2f1411527c 100644 --- a/cmake/vagrant/freebsd/python/Vagrantfile +++ b/cmake/vagrant/freebsd/python/Vagrantfile @@ -89,7 +89,6 @@ Vagrant.configure("2") do |config| config.vm.provision "file", source: "../../../../examples/tests", destination: "$HOME/project/examples/" config.vm.provision "file", source: "../../../../patches", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../Version.txt", destination: "$HOME/project/" - config.vm.provision "file", source: "../../../../dependencies", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../test.py.in", destination: "$HOME/project/" config.vm.provision "file", source: "../../../../tools/README.pypi.txt", destination: "$HOME/project/tools/"