]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Remove display in console of information messages related to new salome.py launcher
authoraguerre <aguerre>
Fri, 7 Jun 2013 09:30:59 +0000 (09:30 +0000)
committeraguerre <aguerre>
Fri, 7 Jun 2013 09:30:59 +0000 (09:30 +0000)
bin/appliskel/runAppli
bin/appliskel/runConsole
bin/appliskel/runSession
bin/envSalome.py
bin/runSalome

index 3b7d3fd8fb7f6ecb8c7eeda64dc34c742cc0518b..4abe783d04a8e540534ceffa1958c23594a9b0e8 100755 (executable)
 #
 
 
-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`
index 669f19c58c6afb79c299e5d2cd296fdb9a7a1a72..3f66b6efa55a15e3e8b3ed4307d71efc62487c43 100755 (executable)
 #
 
 
-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`
index d1318e87a4c51d5240d4f7ce836cf5be540297e8..c6449dc248d8dc0af61fc3fde222e3f629487647 100755 (executable)
 # 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`
index e9cbe90a2074efd5a32219a5367cb70933741274..cf478aa73d3944b82f03d62388085be72b1213f4 100755 (executable)
 #
 
 
-##############################################
-############### 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
index b4db9a86e0f5f6fc2945b4a2bb13e6d8c3d2a6cd..6c363e1e11323db547dcd5747859124507f749e7 100755 (executable)
 #
 
 
-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"
-