Home | History | Annotate | Download | only in bin-build
      1 #!/bin/sh

      2 exit 0
      3 . stbitten-env.sh
      4 WARFILE=UnicodeJsps.war
      5 DIRNAME=jsps
      6 rm -rf ${HOME}/best/${DIRNAME}
      7 mkdir -p ${HOME}/best/${DIRNAME}
      8 if [ -d . ];
      9 then
     10 	cd .
     11 fi
     12 if [ ! -f ${WARFILE} ];
     13 then
     14 	echo Err cant find ${WARFILE} >&2 
     15 	exit 1
     16 fi
     17 
     18 #BESTVER=`svnversion /home/st-bitten/best/common/seed`

     19 #echo "CLDR_CURREV=${BESTVER}" > ${HOME}/tomcat/cldr/currev.properties

     20 
     21 cp -r .svn ${WARFILE} ${HOME}/best/${DIRNAME}/
     22