Reason for revert: This is blocking us from releasing the honolulu release - the...
[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
new file mode 100755 (executable)
index 0000000..29cdc51
--- /dev/null
@@ -0,0 +1,26 @@
+#!/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
+}