From: Aron Roberts Date: Mon, 19 Dec 2011 01:32:22 +0000 (+0000) Subject: CSPACE-4684,CSPACE-4728: Added fixme comment to the nightly / tarball distribution... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e81ab53a1416be6ff8836602217ad5576af8b892;p=tmp%2Fjakarta-migration.git CSPACE-4684,CSPACE-4728: Added fixme comment to the nightly / tarball distribution utility script. --- diff --git a/scripts/nightlyDist.sh b/scripts/nightlyDist.sh index 601e63d7d..af05c8d9e 100755 --- a/scripts/nightlyDist.sh +++ b/scripts/nightlyDist.sh @@ -88,6 +88,10 @@ echo "Removing nightly-specific and other host-specific config files ..." find $APP_LAYER_CONFIG_DIR -name nightly-settings.xml -delete find $APP_LAYER_CONFIG_DIR -name local-settings.xml -delete +# FIXME: Need to add an action here to copy each instance of the +# file settings.xml, found in each App layer tenant folder, to +# a file named local-settings.xml files in each of those folder(s) + echo "Removing services JAR files ..." rm -Rf $CATALINA_LIB_DIR/cspace-services-authz.jar rm -Rf $CATALINA_LIB_DIR/cspace-services-authn.jar