From: aguerre Date: Fri, 7 Jun 2013 09:30:59 +0000 (+0000) Subject: Remove display in console of information messages related to new salome.py launcher X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0ac7e21b69c490761be2e69b935e3ba28ab517af;p=modules%2Fyacs.git Remove display in console of information messages related to new salome.py launcher --- diff --git a/bin/appliskel/runAppli b/bin/appliskel/runAppli index 3b7d3fd8f..4abe783d0 100755 --- a/bin/appliskel/runAppli +++ b/bin/appliskel/runAppli @@ -22,13 +22,12 @@ # -echo "##############################################" -echo "############### IMPORTANT NOTE ###############" -echo "##############################################" -echo "# The runAppli script is obsolete. #" -echo "# Please consider the new salome.py command. #" -echo "# More info: cedric.aguerre@edf.fr #" -echo "##############################################" +############################################### +############### IMPORTANT NOTE ################ +############################################### +# The runConsole script is obsolete. # +# Please consider the new salome.py launcher. # +############################################### APPLI_HOME=`dirname $0` diff --git a/bin/appliskel/runConsole b/bin/appliskel/runConsole index 669f19c58..3f66b6efa 100755 --- a/bin/appliskel/runConsole +++ b/bin/appliskel/runConsole @@ -22,13 +22,12 @@ # -echo "##############################################" -echo "############### IMPORTANT NOTE ###############" -echo "##############################################" -echo "# The runConsole script is obsolete. #" -echo "# Please consider the new salome.py command. #" -echo "# More info: cedric.aguerre@edf.fr #" -echo "##############################################" +############################################### +############### IMPORTANT NOTE ################ +############################################### +# The runConsole script is obsolete. # +# Please consider the new salome.py launcher. # +############################################### APPLI_HOME=`dirname $0` diff --git a/bin/appliskel/runSession b/bin/appliskel/runSession index d1318e87a..c6449dc24 100755 --- a/bin/appliskel/runSession +++ b/bin/appliskel/runSession @@ -26,14 +26,12 @@ # Use it without args to run an interactive shell under Salome env -echo "##############################################" -echo "############### IMPORTANT NOTE ###############" -echo "##############################################" -echo "# The runSession script is obsolete. #" -echo "# Please consider the new salome.py command. #" -echo "# More info: cedric.aguerre@edf.fr #" -echo "##############################################" - +############################################### +############### IMPORTANT NOTE ################ +############################################### +# The runConsole script is obsolete. # +# Please consider the new salome.py launcher. # +############################################### APPLI_HOME=`dirname $0` diff --git a/bin/envSalome.py b/bin/envSalome.py index e9cbe90a2..cf478aa73 100755 --- a/bin/envSalome.py +++ b/bin/envSalome.py @@ -23,13 +23,12 @@ # -############################################## -############### IMPORTANT NOTE ############### -############################################## -# The envSalome.py script is obsolete. # -# Please consider the new salome.py command. # -# More info: cedric.aguerre@edf.fr # -############################################## +############################################### +############### IMPORTANT NOTE ################ +############################################### +# The runConsole script is obsolete. # +# Please consider the new salome.py launcher. # +############################################### import os diff --git a/bin/runSalome b/bin/runSalome index b4db9a86e..6c363e1e1 100755 --- a/bin/runSalome +++ b/bin/runSalome @@ -22,13 +22,13 @@ # -echo "##############################################" -echo "############### IMPORTANT NOTE ###############" -echo "##############################################" -echo "# The runSalome script is obsolete. #" -echo "# Please consider the new salome.py command. #" -echo "# More info: cedric.aguerre@edf.fr #" -echo "##############################################" +############################################### +############### IMPORTANT NOTE ################ +############################################### +# The runConsole script is obsolete. # +# Please consider the new salome.py launcher. # +############################################### + # ********************************************************** # This file is used by m4 files in many modules to detect SALOME KERNEL. @@ -40,10 +40,6 @@ echo "##############################################" ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python ${KERNEL_ROOT_DIR}/bin/salome/runSalome.py $* -echo "The runSalome script is obsolete." -echo "Please consider the new salome.py command." -echo "More info: cedric.aguerre@edf.fr" -