Force static link for stackManagement and batchConverter
[anna.git] / example / diameter / launcher / DEPLOY_setups.sh
index 3483c9f..dab557d 100755 (executable)
@@ -99,21 +99,23 @@ case $type in
     $DEPLOY_SCR b $target/ADML-serverGx
     $DEPLOY_SCR b $target/ADML-serverRx
     echo "Configuring ..."
-    cd $target/ADML-st-client
-    ln -s services_example services
-    mv run.sh .run-one.sh
-    mv run_all.sh run.sh
-    mv operation.sh .operation-one.sh
-    mv operation_all.sh operation.sh
-    rm dictionary.xml
-    cd - >/dev/null
+#    cd $target/ADML-st-client
+#    ln -s services_example services
+#    mv run.sh .run-one.sh
+#    mv run_all.sh run.sh
+#    mv operation.sh .operation-one.sh
+#    mv operation_all.sh operation.sh
+#    rm dictionary.xml
+#    cd - >/dev/null
     cd $target/ADML-serverGx
     echo s | ./configure.sh >/dev/null
     sed -i 's/3868/3869/' services.xml
+    # Gx dictionary:
     ln -sf stacks/other_examples/16777238.xml dictionary.xml
     cd - >/dev/null
     cd $target/ADML-serverRx
     echo s | ./configure.sh >/dev/null
+    # Rx dictionary:
     ln -sf stacks/other_examples/16777236.xml dictionary.xml
     cd - >/dev/null
   ;;