• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2exit 0
3. stbitten-env.sh
4WARFILE=UnicodeJsps.war
5DIRNAME=jsps
6rm -rf ${HOME}/best/${DIRNAME}
7mkdir -p ${HOME}/best/${DIRNAME}
8if [ -d . ];
9then
10	cd .
11fi
12if [ ! -f ${WARFILE} ];
13then
14	echo Err cant find ${WARFILE} >&2
15	exit 1
16fi
17
18#BESTVER=`svnversion /home/st-bitten/best/common/seed`
19#echo "CLDR_CURREV=${BESTVER}" > ${HOME}/tomcat/cldr/currev.properties
20
21cp -r .svn ${WARFILE} ${HOME}/best/${DIRNAME}/
22