Skip to content
Snippets Groups Projects
Commit 5449da82 authored by Armand Bahi's avatar Armand Bahi
Browse files

Utilisation de dependency.xml pour la gestion des dependances

parent fb928b78
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,12 @@ APP_NAME="vmap"
. ./get_deps.sh
cd ..
if [ -d "$(pwd)/client" ]; then
rm client
fi
if [ -d "$(pwd)/vas" ]; then
rm vas
fi
if [ -d "$(pwd)/src" ]; then
git rm -r src
git commit -a -m "Reset sources"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment