metadataplayer/update-metadataplayer.sh
author rougeronj
Wed, 20 May 2015 10:39:35 +0200
changeset 450 88e8673aaeeb
parent 32 bb240c58c87e
permissions -rw-r--r--
add the hidden/ghost behaviour: - The view hide or show the nodes calling their functions hide() or show(ghost). - The node and the edges have the attributes 'hidden' and 'ghost' to properly redraw them selves.

#!/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 .