#! /bin/sh

for i in `ls *.xml`
do
   php genexp.php $i
done

php exptypemap.php ElementExport Seatbelt

mkdir -p ../../../export/element/seatbelt

rm -f ../../../export/element/seatbelt/*.cpp ../../../export/element/seatbelt/*.h ../../../export/element/seatbelt/*.hpp

mv *.cpp *.h *.hpp ../../../export/element/seatbelt

