Incorporate the ECOMP SDC Artefact Generator code
[aai/babel.git] / scripts / get-latest-xsd-version.sh
1 basedir=$1
2 cd ${basedir}/target/tmp/aai_schema
3 cp `ls -v | tail -1` ${basedir}/target/tmp/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/tmp/aai_schema/latest_aai_schema"
5 exit 0
6
7