fix bug in which hiddenNodes was reference on gview.get('hidden_node'). So any changes on hiddenNodes was modifying the original array too, preventing us to come back to the original state of the view.
#!/bin/sh
echo "Removing files"
rm -rf libs
rm -rf metadataplayer
echo "Copying Metadataplayer files"
cp -R ../../metadataplayer/test/metadataplayer .
echo "Copying libraries"
cp -R ../../metadataplayer/test/libs .