From: eficas <> Date: Mon, 6 Jun 2005 11:29:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CC_param_poursuite~117 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=07f71739a11947c3869b823ed9cf84d49945119f;p=modules%2Feficas.git *** empty log message *** --- diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index e2707dde..797380ce 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -27,7 +27,7 @@ version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau local ==================== path_Noyau=".." # ============================================================ -nom_distrib="Eficas"+version+"AsterSTA7" +nom_distrib="Eficas"+version+"AsterSTA8" path_distrib=os.path.join("dist",nom_distrib) path_TextTools="/home/eficas/pkg/mxTools/egenix2.0.2pourWindows/mx/TextTools" dir_download= "/home/eficas/WWW/telechargement/eficas" @@ -46,6 +46,11 @@ def main(): copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py']) copyfiles('Cata/cataSTA5',os.path.join(path_distrib,'Aster','Cata','cataSTA5'),['*.py']) copyfiles('Cata/cataSTA6',os.path.join(path_distrib,'Aster','Cata','cataSTA6'),['*.py']) + copyfiles('Cata/cataSTA6/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA6','Macro'),['*.py']) + copyfiles('Cata/cataSTA73',os.path.join(path_distrib,'Aster','Cata','cataSTA73'),['*.py']) + copyfiles('Cata/cataSTA73/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA73','Macro'),['*.py']) + copyfiles('Cata/cataSTA74',os.path.join(path_distrib,'Aster','Cata','cataSTA74'),['*.py']) + copyfiles('Cata/cataSTA74/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA74','Macro'),['*.py']) copyfiles('../AIDE',os.path.join(path_distrib,'AIDE'),['*.py']) copyfiles('../AIDE/fichiers',os.path.join(path_distrib,'AIDE','fichiers'),['*']) copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', diff --git a/Aster/sdist.py b/Aster/sdist.py index 5455d025..f8094796 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -26,7 +26,7 @@ version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ -nom_distrib="Eficas"+version+"AsterSTA7" +nom_distrib="Eficas"+version+"AsterSTA8" path_distrib=os.path.join("dist",nom_distrib) path_TextTools="/home/eficas/pkg/mxTools/egenix2.0.2pourWindows/mx/TextTools" dir_download= "/home/eficas/WWW/telechargement/eficas" @@ -54,6 +54,12 @@ def main(): copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py']) copyfiles('Cata/cataSTA5',os.path.join(path_distrib,'Aster','Cata','cataSTA5'),['*.py']) copyfiles('Cata/cataSTA6',os.path.join(path_distrib,'Aster','Cata','cataSTA6'),['*.py']) + copyfiles('Cata/cataSTA73',os.path.join(path_distrib,'Aster','Cata','cataSTA73'),['*.py']) + copyfiles('Cata/cataSTA73/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA73','Macro'),['*.py']) + copyfiles('Cata/cataSTA74',os.path.join(path_distrib,'Aster','Cata','cataSTA74'),['*.py']) + copyfiles('Cata/cataSTA74/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA74','Macro'),['*.py']) + + copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py'])