metadataplayer/update-metadataplayer.sh
author durandn
Thu, 03 Mar 2016 17:09:27 +0100
changeset 593 2ff785d7026c
parent 32 bb240c58c87e
permissions -rw-r--r--
corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information

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