diff options
Diffstat (limited to 'deliveries/src/main/scripts/localize_war.sh')
-rwxr-xr-x | deliveries/src/main/scripts/localize_war.sh | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/deliveries/src/main/scripts/localize_war.sh b/deliveries/src/main/scripts/localize_war.sh deleted file mode 100755 index 29cdc5137..000000000 --- a/deliveries/src/main/scripts/localize_war.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -source /tmp/vid/localize_portal.sh $1 || { - echo "ERROR: Localizing portal.properties failed" - exit 1 -} - -source /tmp/vid/localize_quartz.sh $1 || { - echo "ERROR: Localizing quartz.properties failed" - exit 1 -} - -source /tmp/vid/localize_system.sh $1 || { - echo "ERROR: Localizing system.properties failed" - exit 1 -} - -source /tmp/vid/localize_cache.sh $1 || { - echo "ERROR: Localizing cache.ccf failed" - exit 1 -} - -source /tmp/vid/localize_asdc.sh $1 || { - echo "ERROR: Localizing asdc.properties failed" - exit 1 -} |