blob: c10cec648a7b7c15cfab9a857a2a487294154e31 [file] [log] [blame]
export ISISREL=1.13.0
export ISISDEV=1.14.0-SNAPSHOT
export JIRA=ISIS-1335
export ISISTMP=/c/tmp # or as required
export ISISPAR=$ISISREL
export ISISRC=RC1
export ISISCPT=$(echo $ISISART | cut -d- -f2)
export ISISCPN=$(echo $ISISART | cut -d- -f1)
for a in simpleapp helloworld
do
pushd example/application/$a
export ISISART=$a-archetype
env | grep ISIS | sort
sh ../../../scripts/recreate-archetype.sh $JIRA
popd
done