blob: 0ede99f07e8a4c5efd4344934d0033e08cc0f321 [file] [log] [blame]
export ISISREL=1.14.0-SNAPSHOT
export ISISDEV=1.14.0-SNAPSHOT
export JIRA=ISIS-1538
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