From: Pascale Noyret Date: Fri, 2 Jun 2006 12:24:18 +0000 (+0000) Subject: pn X-Git-Tag: V1_10b2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=914fadc82b19a7913d6e5defb31e4a411fef8c3a;p=modules%2Feficas.git pn --- diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index 8a01801b..af05afb8 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -23,7 +23,7 @@ import os,shutil,glob,sys import types -version="$Name: BR_dev_mars_06 $"[7:-2] or 'Test1_4' +version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau local ==================== path_Noyau=".." # ============================================================ @@ -68,6 +68,7 @@ def main(): 'editeur.ini', 'properties.py', 'eficas_aster.py', + 'style.py', ]) copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',]) copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) diff --git a/Aster/sdist.py b/Aster/sdist.py index 60375ec6..94cab30a 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -22,7 +22,7 @@ import os,shutil,glob,sys import types -version="$Name: BR_dev_mars_06 $"[7:-2] or 'Test1_4' +version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -50,6 +50,7 @@ def main(): copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', 'editeur.ini', 'eficas_aster.py', + 'style.py' ]) copyfiles('Cata/Utilitai',os.path.join(path_distrib,'Aster','Cata','Utilitai'),['*.py']) copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py'])