#!/bin/csh -fb
if ! $?UMPLEROOT then
  setenv UMPLEROOT ~/umple
endif
cd $UMPLEROOT/build
echo Minifying Umple scripts also done as part of pumple
ant  -f build.umple.xml compressAllScripts
