Do not try to unobfuscate clear text passwords
[aai/babel.git] / scripts / get-latest-xsd-version.sh
1 basedir=$1
2 cd ${basedir}/target/aai-schema
3 cp `ls -v | tail -1` ${basedir}/target/aai-schema/aai_schema_latest.xsd || exit 1 
4 echo "get-latest-xsd-version.sh has successfully copied aai_schema_latest.xsd to ${basedir}/target/aai-schema"
5 exit 0
6
7