Fix for VID-890
[vid.git] / deliveries / src / main / scripts / localize_war.sh
diff --git a/deliveries/src/main/scripts/localize_war.sh b/deliveries/src/main/scripts/localize_war.sh
deleted file mode 100755 (executable)
index 29cdc51..0000000
+++ /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
-}